X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=8d0acd3ce88c2368ef709f0cdf7015a390f17f1d;hb=2a4bd49b31d3e0f5afaa493d2be7f282af5c7fda;hp=fae2483a41e937bf8d0ec289256066eb24e69d9f;hpb=354c610a96f91d76932428e403690a64f4bd906c;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index fae2483..8d0acd3 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -12,6 +12,9 @@ use MooseX::Getopt::Meta::Attribute; use MooseX::Getopt::Meta::Attribute::NoGetopt; +use Getopt::Long (); + + our $VERSION = '0.150001'; our $AUTHORITY = 'cpan:STEVAN';