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

..03-May-2022-

lib/Time/H13-Sep-2013-2,1391,409

t/H13-Sep-2013-648566

CHANGELOGH A D12-Sep-20136 KiB169139

MANIFESTH A D13-Sep-2013355 1615

META.jsonH A D13-Sep-2013960 4544

META.ymlH A D13-Sep-2013556 2423

Makefile.PLH A D05-May-2011432 2219

READMEH A D28-Nov-1998604 2618

README

1
2This package contains the following perl5 modules:
3
4	Time::CTime.pm
5		ctime, strftime, and asctime
6	Time::JulianDay.pm
7		Julian Day conversions
8	Time::ParseDate.pm
9		Reverses strftime and also understands relative times
10	Time::Timezone.pm
11	Time::DaysInMonth.pm
12
13
14To install these modules, cd to the directory that this README file is
15in and type the following:
16
17	perl Makefile.PL
18	make
19	make test
20	make install
21
22Documentation for these modules is part of the files themselves using
23the pod (Plain Old Documentation) format.  This documentation will be
24installed as part of the installation process.
25
26