X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute%2FNoGetopt.pm;h=efaa60ddc92b2ba31af6d0e1a7f771c2df2a957b;hb=091954ece6d3e231cfa0529d9a8b943282b0fe45;hp=7f6f0fe1e334726ff305a875e8962f265b957c75;hpb=e2dcd71d32b47ac5bcf91b6b61f859164efd37e7;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm index 7f6f0fe..efaa60d 100644 --- a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm @@ -2,7 +2,7 @@ package MooseX::Getopt::Meta::Attribute::NoGetopt; use Moose; -our $VERSION = '0.02'; +our $VERSION = '0.17'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)