X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil%2FMetaRole.pm;h=1b465eb16f6324c94edf2f7dc362ce87baa526d0;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=2c13148c9c24ae56f601451fc64a9897c76bb679;hpb=edd0727e711e8e22faac32665c3c6070b62730fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index 2c13148..1b465eb 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -4,8 +4,6 @@ use strict; use warnings; use Scalar::Util 'blessed'; -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use List::MoreUtils qw( all ); @@ -169,11 +167,9 @@ sub _make_new_class { 1; -__END__ - -=head1 NAME +# ABSTRACT: Apply roles to any metaclass, as well as the object base class -Moose::Util::MetaRole - Apply roles to any metaclass, as well as the object base class +__END__ =head1 SYNOPSIS @@ -316,17 +312,4 @@ This function will apply the specified roles to the object's base class. See L for details on reporting bugs. -=head1 AUTHOR - -Dave Rolsky Eautarch@urth.orgE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2009-2010 by Infinity Interactive, Inc. - -L - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut