Revision history for Perl extension Class-MOP.
-0.62
+0.62 Wed June 18, 2008
- in is_class_loaded, recognize scalar references (as opposed to globs) in
the symbol table as methods (these are optimized constant subs)
BEGIN {
- our $VERSION = '0.61';
+ our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
*IS_RUNNING_ON_5_10 = ($] < 5.009_005)
use Carp 'confess';
use Scalar::Util 'blessed', 'weaken';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';
use Carp 'confess';
use Scalar::Util 'blessed', 'weaken';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Module';
use Carp 'confess';
use Scalar::Util 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';
use Scalar::Util 'weaken', 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';
use Carp 'confess';
use Scalar::Util 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';
use Carp 'confess';
use Scalar::Util 'blessed', 'weaken';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Method::Generated';
use Carp 'confess';
use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Method::Generated';
use Carp 'confess';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Method';
use Carp 'confess';
use Scalar::Util 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Method';
use Scalar::Util 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Package';
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
-=cut
\ No newline at end of file
+=cut
use Scalar::Util 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
# introspection
use Scalar::Util 'blessed';
use Carp 'confess';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Class::MOP::Object';
use Carp 'confess';
use Scalar::Util 'blessed';
-our $VERSION = '0.61';
+our $VERSION = '0.62';
our $AUTHORITY = 'cpan:STEVAN';
use Class::MOP;