1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
libdatetime-format-strptime-perl (1.6000-1) unstable; urgency=medium
From upstream Changes:
[BACKWARDS INCOMPATIBILITIES]
- The error messages for various types of failures have changed.
- The never-documented diagnostic parameter for the constructor has been
removed.
- The never-documented feature to allow you to use arbitrary DateTime.pm
methods in the parsing pattern has been removed. This never made much sense
anyway, since most DateTime.pm methods are not constructor params, but they
were used that way.
- Using the pattern, locale, and time_zone to set the respective attribute is
now deprecated. Make a new object instead of changing one of these values.
-- gregor herrmann <gregoa@debian.org> Tue, 10 Nov 2015 20:31:54 +0100
|