From 82e81e794df21b7a1012598007a11a3815282943 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 20 May 2010 16:07:07 -0500 Subject: changelog and version bump --- Changes | 6 ++++++ dist.ini | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 18e5f36..9ed78bc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for MooseX::NonMoose +0.08 05/20/2010 + Fix inheriting from classes which don't bless their instances into the + correct class when subclassing (jhallock). + + Update for things fixed in latest Moose. + 0.07 09/27/2009 Start adding support for non-Moose destructors. Destructor inlining isn't supported yet, since Moose isn't quite flexible enough there for it to be diff --git a/dist.ini b/dist.ini index 353b1fa..5e87dae 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-NonMoose -version = 0.07 +version = 0.08 author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs @@ -8,5 +8,5 @@ abstract = foreign inheritance for Moose [@Classic] [Prereq] -Moose = 1.02 +Moose = 1.05 List::MoreUtils = 0 -- cgit v1.2.3-54-g00ecf