X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=b580e962d38c6fc010dbe0c2ab570f2ce063b2e8;hb=2140a2269275f57dec2b84771b50197950c64f60;hp=e0309fcb5b848e49a054360a0a3297fe2d4694d7;hpb=efa728b4984ddf1611bc9931fbc209438459652c;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index e0309fc..b580e96 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,10 +5,6 @@ use warnings; use Class::MOP; -our $VERSION = '1.15'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - BEGIN { my $package; sub import { @@ -23,14 +19,12 @@ BEGIN { 1; +# ABSTRACT: syntactic sugar to make Moose one-liners easier + __END__ =pod -=head1 NAME - -oose - syntactic sugar to make Moose one-liners easier - =head1 SYNOPSIS # create a Moose class on the fly ... @@ -74,17 +68,4 @@ None reported. But it is a source filter and might have issues there. See L for details on reporting bugs. -=head1 AUTHOR - -Chris Prather C<< >> - -=head1 COPYRIGHT AND LICENSE - -Copyright 2007-2009 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