Revision history for Perl extension Moose
- 0.55_02
- * Makefile.PL and Moose.pm
- - explicitly require Perl 5.8.0+ (Dave Rolsky)
-
++0.56
+ * Moose::Util::MetaRole
+ - This simplifies the application of roles to any meta class, as
+ well as the base object class. Reimplemented metaclass traits
+ using this module. (Dave Rolsky)
+
+ 0.55_02 Fri August 29, 2008
+ * Makefile.PL and Moose.pm
+ - explicitly require Perl 5.8.0+ (Dave Rolsky)
+
* Moose::Util::TypeConstraints
- Fix warnings from find_type_constraint if the type is not
found (t0m).