ChangeLog:
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
use a less broken test for whether or not a superclass has an inlined
constructor (fixes issue uncovered by fixes to Moose's metaclass
compatibility fixing)
Packages Collection.
The Perl 5 module MooseX::NonMoose allows for easily subclassing
non-Moose classes with Moose, taking care of the annoying details.