Revision history for Perl extension Moose
+0.21
+ * Moose::Meta::Role
+ - fixed issue where custom attribute metaclasses
+ where not handled correctly in roles
+ - added tests for this
+
0.20 Friday, April 6th, 2007
>> I messed up the SKIP logic in one test
so this release is just to fix that.
t/104_inline_reader_bug.t
t/105_module_refresh_compat.t
t/106_handles_foreign_class_bug.t
+t/107_custom_attr_meta_with_roles.t
t/201_example.t
t/202_example_Moose_POOP.t
t/203_example.t
-Moose version 0.20
+Moose version 0.21
===========================
See the individual module documentation for more information
use strict;
use warnings;
-our $VERSION = '0.20';
+our $VERSION = '0.21';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';