X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Foose.pm;h=74d7a62d62646da6b0862d12bb04c497b4d1200d;hb=refs%2Ftags%2F0.73_02;hp=e1c2a21e4769f8c69a93ab26e94ebbaf32e8d3f9;hpb=b2ad68e3fbe4016e354980a636c1ed39e941162a;p=gitmo%2FMoose.git diff --git a/lib/oose.pm b/lib/oose.pm index e1c2a21..74d7a62 100644 --- a/lib/oose.pm +++ b/lib/oose.pm @@ -5,7 +5,7 @@ use warnings; use Class::MOP; -our $VERSION = '0.67'; +our $VERSION = '0.73_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -45,7 +45,7 @@ oose - syntactic sugar to make Moose one-liners easier oose.pm is a simple source filter that adds C to the beginning of your script and was entirely created because typing -perl -e'package Foo; use Moose; ...' was annoying me. +C was annoying me. =head1 INTERFACE