X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=e8b6812911a252ca4ea03a4019e26f9de5c85fcd;hb=refs%2Ftags%2F0.27;hp=eed3afc283aa26917fba15583ed3d6c84875fa33;hpb=2a7ee26b6021ecce1cd25dd3bd9d2795a1afd56d;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index eed3afc..e8b6812 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -3,7 +3,7 @@ use Moose::Role; use constant _HAVE_GLD => not not eval { require Getopt::Long::Descriptive }; -our $VERSION = '0.26'; +our $VERSION = '0.27'; our $AUTHORITY = 'cpan:STEVAN'; with _HAVE_GLD ? 'MooseX::Getopt::GLD' : 'MooseX::Getopt::Basic';