diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-27 19:01:41 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-12-27 19:01:41 -0800 |
commit | 8511956c25f92ccd6094dca45824697ad21cfdd4 (patch) | |
tree | 339c6be9e55fc02eae92912dcde3aec10bb2dbe5 /README | |
download | perl-TimeDate-8511956c25f92ccd6094dca45824697ad21cfdd4.tar.gz perl-TimeDate-8511956c25f92ccd6094dca45824697ad21cfdd4.tar.bz2 perl-TimeDate-8511956c25f92ccd6094dca45824697ad21cfdd4.zip |
Imported Upstream version 1.20upstream/1.20
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +This is the perl5 TimeDate distribution. It requires perl version 5.003 +or later + +This distribution replaces my earlier GetDate distribution, which was +only a date parser. The date parser contained in this distribution is +far superior to the yacc based parser, and a *lot* fatser. + +The parser contained here will only parse absolute dates, if you want a +date parser that can parse relative dates then take a look at the Time +modules by David Muir on CPAN. + +You install the library by running these commands: + + perl Makefile.PL + make + make test + make install + +Please report any bugs/suggestions to <gbarr@pobox.com> + +Copyright 1995-2009 Graham Barr. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +Share and Enjoy! +Graham <gbarr@pobox.com> + |