• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H09-Oct-2016-3,1021,416

t/H09-Oct-2016-2,7241,880

Build.PLH A D09-Oct-20161 KiB3326

ChangesH A D09-Oct-201613.2 KiB445338

LICENSEH A D09-Oct-201620.1 KiB384309

MANIFESTH A D09-Oct-2016763 3937

MANIFEST.SKIPH A D31-Jan-2015171 2221

META.jsonH A D09-Oct-20161.2 KiB5251

META.ymlH A D09-Oct-2016634 2827

Makefile.PLH A D09-Oct-20162.2 KiB6154

READMEH A D09-Oct-2016399 1912

TODOH A D09-Oct-20162.4 KiB9058

README

1OVERVIEW
2
3The DateTime::Set module provides a date/time sets implementation.
4
5It allows, for example, the generation of groups of dates,
6like "every wednesday", and then find all the dates matching that
7pattern, within a time range.
8
9INSTALLATION
10
11To install this module type the following in the distribution
12directory:
13
14   perl Build.PL
15   perl Build
16   perl Build test
17   perl Build install
18
19