Revision history for Perl extension Class-MOP.
+0.55
+ * Class::MOP::Class
+ - rebless_instance now returns the instance
+ it has just blessed, this is mostly to
+ facilitate chaining
+
0.54 Fri. March, 14, 2008
* Class::MOP
metaclass.pm
-Class::MOP version 0.54
+Class::MOP version 0.55
===========================
See the individual module documentation for more information
use Class::MOP::Immutable;
BEGIN {
- our $VERSION = '0.54';
+ our $VERSION = '0.55';
our $AUTHORITY = 'cpan:STEVAN';
use XSLoader;
use Scalar::Util 'blessed', 'reftype', 'weaken';
use Sub::Name 'subname';
-our $VERSION = '0.29';
+our $VERSION = '0.30';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Module';
foreach my $attr ($self->compute_all_applicable_attributes) {
$attr->initialize_instance_slot($meta_instance, $instance, \%params);
}
+
+ $instance;
}
# Inheritance