1DateTime::Format::Strptime 
2
3This module replicates most of Strptime for DateTime. Strptime is the
4unix command that is the reverse of Strftime. While Strftime takes a
5DateTime and outputs it in a given format, Strptime takes a DateTime and
6a format and returns the DateTime object associated.
7
8For more information, see the POD attached to 
9lib/DateTime/Format/Strptime.pm
10
11
12
13INSTALLATION: 
14
15Use CPAN or CPANPLUS - there's no config in the process that requires
16you to do anything strange.
17
18For those of you who like it the manual way, the recipe is the same as
19normal: 
20
21   perl Makefile.PL
22   make 
23   make test
24   make install
25
26If you are on a windows box you should use 'nmake' rather than 'make'.
27
28This module contains no XS code and thus should install anywhere.
29