Revision history for Perl extension Class-MOP.
+0.42
+ !!! Horray for mst, he fixed it !!!
+
* Class::MOP::Package
- alter symbol table handling to deal with 5.8.x and 5.9.x
+
* t/
- Get rid of the crappy workaround from 0.40/41
+ - Get rid of the crappy workaround from 0.40/41
0.41 Sun. July 15, 2007
* t/
-Class::MOP version 0.41
+Class::MOP version 0.42
===========================
See the individual module documentation for more information
use Class::MOP::Immutable;
-our $VERSION = '0.41';
+our $VERSION = '0.42';
our $AUTHORITY = 'cpan:STEVAN';
{
Guillermo (groditi) Roditi
+Matt (mst) Trout
+
Rob (robkinyon) Kinyon
Yuval (nothingmuch) Kogman
use Scalar::Util 'blessed';
use Carp 'confess';
-our $VERSION = '0.06';
+our $VERSION = '0.07';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';