From 9ac373816d2a54747b7f7a71127bccf343dd5e5c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Sep 2009 19:33:08 -0500 Subject: update Changes and bump version number --- Changes | 6 ++++++ dist.ini | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index eaac367..18e5f36 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for MooseX::NonMoose +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 + more than an annoying hack, but this should still work with immutable + classes anyway. + 0.06 09/27/2009 defining a custom constructor in a class using mx-nonmoose now works diff --git a/dist.ini b/dist.ini index 814c4e0..9cf2d76 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = MooseX-NonMoose -version = 0.06 +version = 0.07 author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs -- cgit v1.2.3-54-g00ecf