Parse and format strptime and strftime patterns
Go to file
Paul Howarth f0b5421e6d Update to 1.55
- New upstream release 1.55 (rpm version 1.5500 to maintain upgrade path)
  - If diagnostic is true for an object, it will now use Test::More::diag()
    under the test harness rather than printing to STDOUT
  - The %%z specifier will now parse UTC offsets with a colon like "+01:00"
    (CPAN RT#91458)
  - Made the regexes to parse day and months abbreviations and names a little
    more specificl as it stood, they tended to eat up more non-word characters
    than they should, so a pattern like '%a%m%d_%Y' broke on a date like
    'Fri0215_2013' - the day name would be parsed as 'Fri02' and the month
    would not be parsed at all (CPAN RT#93863, CPAN RT#93865)
- Specify all dependencies
- Use DESTDIR rather than PERL_INSTALL_ROOT
2014-05-04 20:21:21 +01:00
.gitignore Update to 1.54 (rpm version 1.5400 to maintain upgrade path) 2013-04-03 16:26:49 +01:00
perl-DateTime-Format-Strptime.spec Update to 1.55 2014-05-04 20:21:21 +01:00
sources Update to 1.55 2014-05-04 20:21:21 +01:00