Revision history for Perl extension Class-MOP.
-0.26
+0.26 Mon. April 24, 2006
* Class::MOP::Class
- added find_attribute_by_name method
- added tests and docs for this
-Class::MOP version 0.25
+Class::MOP version 0.26
===========================
See the individual module documentation for more information
use Class::MOP::Attribute;
use Class::MOP::Method;
-our $VERSION = '0.25';
+our $VERSION = '0.26';
## ----------------------------------------------------------------------------
## Setting up our environment ...
use Carp 'confess';
use Scalar::Util 'blessed', 'reftype', 'weaken';
-our $VERSION = '0.06';
+our $VERSION = '0.07';
sub meta {
require Class::MOP::Class;
use Sub::Name 'subname';
use B 'svref_2object';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
# Self-introspection
# This will do nothing if all is well, and blow
# up otherwise. Yes, it's an ugly hack, better
# suggestions are welcome.
- { $self->name->isa('This is a test for circular inheritance') }
+ { ($self->name || return)->isa('This is a test for circular inheritance') }
# ... and now back to our regularly scheduled program
(
$self->name,