X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=d8b5d2bc097bb184c69a9fec1a011b654affad17;hb=ed3bf9a5b6a09a361b133ac12bb07775d12e4f14;hp=e57c141b9d61806c38080efab0d1f18b3241c397;hpb=30ed85f7fc94f619d46a7430aff840b334c0ebce;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index e57c141..d8b5d2b 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -2,6 +2,9 @@ package MooseX::Getopt; use Moose::Role; +our $VERSION = '0.20'; +our $AUTHORITY = 'cpan:STEVAN'; + use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive }; my @roles = ('MooseX::Getopt::Basic'); @@ -205,9 +208,6 @@ and then return a newly constructed object. The special parameter C, if specified should point to an array reference with an array to use instead of C<@ARGV>. -The paramater C, if specified and a true value will disable -the use of L . - If L fails (due to invalid arguments), C will throw an exception.