summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes6
-rw-r--r--dist.ini4
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 <doy at tozt dot net>
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