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