X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=8af0e03f2a6a9db25903183dd4e64637b9025a7b;hb=a56e5cb42c18d9f80b27d24f65e992a300373867;hp=e25d79b245e5c413573e779bb7043af276ecc7c4;hpb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index e25d79b..8af0e03 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,8 +5,6 @@ use warnings; use Class::MOP; -our $VERSION = '0.97'; -$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