X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FRole.pm;h=fb17925cbe3998656618593970784f285098f17d;hb=2140a2269275f57dec2b84771b50197950c64f60;hp=85fcf281cfe54ecacb33d3c45e032d9139d55a56;hpb=bb09ad9144e7ee7b2cad8a90725267f591346406;p=gitmo%2FMoose.git diff --git a/lib/Moose/Role.pm b/lib/Moose/Role.pm index 85fcf28..fb17925 100644 --- a/lib/Moose/Role.pm +++ b/lib/Moose/Role.pm @@ -7,10 +7,6 @@ use Carp 'croak'; use Sub::Exporter; -our $VERSION = '1.17'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use Moose (); use Moose::Util (); @@ -151,14 +147,12 @@ sub init_meta { 1; +# ABSTRACT: The Moose Role + __END__ =pod -=head1 NAME - -Moose::Role - The Moose Role - =head1 SYNOPSIS package Eq; @@ -293,19 +287,4 @@ ordering. See L for details on reporting bugs. -=head1 AUTHOR - -Stevan Little Estevan@iinteractive.comE - -Christian Hansen Echansen@cpan.orgE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2006-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