File: Changes

package info (click to toggle)
libdatetimex-auto-perl 0.009-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 263; sh: 6; makefile: 2
file content (64 lines) | stat: -rw-r--r-- 1,485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
DateTimeX-Auto
==============

Created:      2011-07-06
Home page:    <https://metacpan.org/release/DateTimeX-Auto>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=DateTimeX-Auto>
Maintainer:   Toby Inkster <tobyink@cpan.org>

0.009	2018-06-25

 - Updated: Make UNIVERSAL::ref optional on newer Perls.
 - Updated: Use parent.pm in place of base.pm.

0.008	2014-09-12

 - Remove Role::Commons dependency.
 - Split OO stuff and exporter stuff into different packages.
 - Use Exporter::Shiny instead of Exporter.pm.

0.007	2014-09-10

 [ Packaging ]
 - Switch to Dist::Inkt.

0.006	2013-04-21

 [ Packaging ]
 - Stop bundling old version of Scalar::Util.

0.005	2012-05-20	The 'Why You No Upgrade?' Release

 [ Bug Fixes ]
 - Replace a few uses of the defined-or operator (//) with
   defined($foo)?$foo:$bar, for back-compat with Perl 5.8.

0.004	2012-05-18

 - Added: Support DateTime::Durations.

0.003	2011-12-08

 [ Bug Fixes ]
 - Make $dt->from_object work, which is used internally by a lot of
   DateTime maths.

 [ Packaging ]
 - Improved test cases.
 - Module::Package::RDF

 [ Other ]
 - Allow constructor to be called with traditional DateTime->new arguments.
 - Support UTC timezone.

0.002	2011-07-20

 [ Documentation ]
 - Document object-oriented constructor.
 - Provide more examples.

 [ Other ]
 - The overloaded q() function is now less enthusiastic. For example, it
   won't try to handle parts of qq() interpolated strings.

0.001	2011-07-16	First release