File: Changes

package info (click to toggle)
libmoosex-blessed-reconstruct-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 246; xml: 87; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
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
Revision history for MooseX-Blessed-Reconstruct

1.01 2018-09-26
  [ ENHANCEMENTS ]
    - Replace Load::Class by Module::Runtime. [GH#3, choroba]

  [ STATISTICS ]
    - code churn: 8 files changed, 199 insertions(+), 49 deletions(-)

1.00 2014-10-30
  [ BUG FIXES ]
    - $VERSION was still not using the dzil increment. (GH#1)

  [ STATISTICS ]
    - code churn: 3 files changed, 18 insertions(+), 12 deletions(-)

0.5 2014-10-30
  [ BUG FIXES ]
    - Class::MOP::load_class is deprecated, using Class::Load::load_class
      directly. (Yanick Champoux)

  [ STATISTICS ]
    - code churn: 7 files changed, 69 insertions(+), 52 deletions(-)

0.04 2010-07-13
  - Update BUILDALL behavior for recent versions of Moose (doy)

0.03 2009-09-17
  - Class::MOP no longer returns the metaclass from load_class

0.02 2008-12-06
  - Remove Class::Accessor from test suite (not having it as a dependency
    caused failures)

0.01 2008-09-24
  - Initial release