Revision history for Perl extension Class-MOP.
+0.50
+ * Class::MOP::Class
+ - fixed bug in immutable to make sure that
+ transformation arguments are saved
+ correctly (mst)
+
+ * Class::MOP::Immutable
+ - fixed a bug (see above)
+
+ * Class::MOP::Attribute
+ - some doc updates
+
0.49 Fri. Dec. 14, 2007
- !! Class::MOP now loads ~45% faster !!
+ !! Class::MOP now loads ~70% faster !!
!! with XS speedups (thanks konobi) !!
* Class::MOP
use Carp 'confess';
use Scalar::Util 'blessed', 'reftype', 'weaken';
-our $VERSION = '0.20';
+our $VERSION = '0.21';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';