File: README

package info (click to toggle)
libdatetime-set-perl 0.3400-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 344 kB
  • ctags: 98
  • sloc: perl: 3,002; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OVERVIEW

The DateTime::Set module provides a date/time sets implementation.  

It allows, for example, the generation of groups of dates, 
like "every wednesday", and then find all the dates matching that 
pattern, within a time range.

INSTALLATION

To install this module type the following in the distribution
directory:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install