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

..03-May-2022-

lib/Time/H30-Oct-2015-2,1041,372

t/H30-Oct-2015-664573

ChangesH A D30-Oct-20157.6 KiB170168

MANIFESTH A D30-Oct-2015353 1615

META.jsonH A D30-Oct-2015953 4544

META.ymlH A D30-Oct-2015549 2423

Makefile.PLH A D30-Oct-2015482 2522

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