Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 51dce758a8f31767dd297fc998f19cb9 > files > 6

perl-DateTime-Format-Strptime-1.100.0-1mdv2010.0.noarch.rpm

DateTime::Format::Strptime 

This module replicates most of Strptime for DateTime. Strptime is the
unix command that is the reverse of Strftime. While Strftime takes a
DateTime and outputs it in a given format, Strptime takes a DateTime and
a format and returns the DateTime object associated.

For more information, see the POD attached to 
lib/DateTime/Format/Strptime.pm



INSTALLATION: 

Use CPAN or CPANPLUS - there's no config in the process that requires
you to do anything strange.

For those of you who like it the manual way, the recipe is the same as
normal: 

   perl Makefile.PL
   make 
   make test
   make install

If you are on a windows box you should use 'nmake' rather than 'make'.

This module contains no XS code and thus should install anywhere.