X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FModule.pm;h=9166bf4e47659465222ac2248462df91bc55f44c;hp=8a4ccb9fc660f4fbc2134d24dd51b21ec0672846;hb=5176a3e41f75dc3f0de6049ac642087580f94680;hpb=39a8df6342dd38b9e489f25ed48d9c3d79e1e288 diff --git a/lib/Mouse/Meta/Module.pm b/lib/Mouse/Meta/Module.pm index 8a4ccb9..9166bf4 100755 --- a/lib/Mouse/Meta/Module.pm +++ b/lib/Mouse/Meta/Module.pm @@ -89,7 +89,6 @@ sub remove_attribute { delete $_[0]->{attributes}->{$_[1]} } sub get_attribute_list{ keys %{$_[0]->{attributes}} } - # XXX: for backward compatibility my %foreign = map{ $_ => undef } qw( Mouse Mouse::Role Mouse::Util Mouse::Util::TypeConstraints @@ -304,7 +303,6 @@ sub throw_error{ } 1; - __END__ =head1 NAME @@ -313,7 +311,7 @@ Mouse::Meta::Module - The base class for Mouse::Meta::Class and Mouse::Meta::Rol =head1 VERSION -This document describes Mouse version 0.40_08 +This document describes Mouse version 0.42 =head1 SEE ALSO