X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute%2FNoGetopt.pm;h=5d3d3891f8e0ac6d269e133b328131733dd00687;hb=8b9e50c33133b5735d32f4b3d05eee82a919b382;hp=69be43d5acbe772adc2e57b947b7dfd470e13c7e;hpb=105e05aa414caa4da9b8c7d3fec909db8caa7bd6;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm index 69be43d..5d3d389 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.18'; +our $VERSION = '0.26'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)