Skip to content

muir/Time-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package contains the following perl5 modules:

	Time::CTime.pm
		ctime, strftime, and asctime
	Time::JulianDay.pm
		Julian Day conversions
	Time::ParseDate.pm
		Reverses strftime and also understands relative times
	Time::Timezone.pm
	Time::DaysInMonth.pm


To install these modules, cd to the directory that this README file is
in and type the following:

	perl Makefile.PL
	make
	make test
	make install

Documentation for these modules is part of the files themselves using
the pod (Plain Old Documentation) format.  This documentation will be 
installed as part of the installation process.