X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=8af0e03f2a6a9db25903183dd4e64637b9025a7b;hb=a56e5cb42c18d9f80b27d24f65e992a300373867;hp=7e2f6dbbab4d6ca9f6c4bcc78d25f392fc4fc821;hpb=db236a63c00371129c2254251aaa1408f044cd89;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index 7e2f6db..8af0e03 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,8 +5,6 @@ use warnings; use Class::MOP; -our $VERSION = '1.10'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; BEGIN { @@ -23,14 +21,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 +70,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