• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangeLogH A D07-Aug-20099 KiB

lib/H05-Apr-20134

Makefile.PLH A D07-Aug-2009309

MANIFESTH A D07-Aug-2009831

READMEH A D07-Aug-2009832

t/H11-Apr-20136

README

1This is the perl5 TimeDate distribution. It requires perl version 5.003
2or later
3
4This distribution replaces my earlier GetDate distribution, which was
5only a date parser. The date parser contained in this distribution is
6far superior to the yacc based parser, and a *lot* fatser.
7
8The parser contained here will only parse absolute dates, if you want a
9date parser that can parse relative dates then take a look at the Time
10modules by David Muir on CPAN.
11
12You install the library by running these commands:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19Please report any bugs/suggestions to <gbarr@pobox.com>
20
21Copyright 1996-2000 Graham Barr. All rights reserved.
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25
26Share and Enjoy!
27Graham <gbarr@pobox.com>
28
29