- New upstream release 1.72
- By default, the word boundary checks added in 1.69 are now off; you can
enable them by passing "strict => 1" to the constructor (GH#15)
- Switched from Params::Validate to Params::ValidationCompiler
- Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
Testers
- Require DateTime::TimeZone 2.09 because you should really update this on a
regular basis
- Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
- New upstream release 1.70
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much (GH#11)
- Added docs for several formats that have long been supported but not
documented; these are %P, %c, %x, and %X (GH#10)
- Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z;
previously only ±HHMM were accepted (GH#13)
- New upstream release 1.67
- Fixed a regression introduced in 1.60; older versions of this library would
match dates pretty much anywhere in a string, so "%%Y-%%m-%%d" would match
a string like "abcd1234-12-30efgh" - this is probably too permissive, but
we definitely want to match on word boundaries so that we match
"log.2016-03-31" (GH#3)
- New upstream release 1.66
- Added a zone_map constructor argument; this lets you supply a mapping for
ambiguous time zone abbreviations (CPAN RT#74762)
- 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
- New upstream release 1.54
- Packaging cleanup, including listing Test::More as a test prereq, not a
runtime prereq (CPAN RT#76128)
- Shut up "unescaped braces in regex" warning from 5.17.0 (CPAN RT#77514)
- A fix in DateTime.pm 1.00 broke a test in this distro (CPAN RT#84371)
- Require DateTime.pm 1.00 because without it tests will break
- Specify all dependencies
- This release by DROLSKY -> update source URL
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Make %files list more explicit
0.4304 to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping
version to
1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
- Drop test patch, no longer needed
- Run additional tests for full locale coverage