X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FPackage.pm;h=c21e979c7e62b89dca4e35e404f2018366427888;hb=c16a3087fabac823b511ab1fcfa10d0f64f53bf6;hp=de1f99d84b3a6a099f7d47070d43ac0b39813f6b;hpb=6ccb3af555c81195e198f169af6421ef10a4829e;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Package.pm b/lib/Class/MOP/Package.pm index de1f99d..c21e979 100644 --- a/lib/Class/MOP/Package.pm +++ b/lib/Class/MOP/Package.pm @@ -8,7 +8,7 @@ use B; use Scalar::Util 'blessed'; use Carp 'confess'; -our $VERSION = '0.71_01'; +our $VERSION = '0.74'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -32,6 +32,7 @@ sub initialize { } else { my $meta = ( ref $class || $class )->_new({ 'package' => $package_name, + %options, }); Class::MOP::store_metaclass_by_name($package_name, $meta); @@ -334,6 +335,10 @@ This is an abstraction of a Perl 5 package, it is a superclass of L and provides all of the symbol table introspection methods. +=head1 INHERITANCE + +B is a subclass of L + =head1 METHODS =over 4