summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-20 16:07:07 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-20 16:07:07 -0500
commit82e81e794df21b7a1012598007a11a3815282943 (patch)
treebac214d03648d3cec9bc68e5d6df2231b8f654cb
parent9522bf6fed9c7eb8da5cd6684b609e84964fb0ac (diff)
downloadmoosex-nonmoose-82e81e794df21b7a1012598007a11a3815282943.tar.gz
moosex-nonmoose-82e81e794df21b7a1012598007a11a3815282943.zip
changelog and version bump0.08
-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