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