From: Shlomi Fish Date: Sun, 23 Aug 2009 21:23:16 +0000 (+0300) Subject: Added $VERSION and $AUTHORITY to MX/Getopt.pm again. X-Git-Tag: 0.22~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f7acb143b1238a6209b035fdc51df6c0683c324;p=gitmo%2FMooseX-Getopt.git Added $VERSION and $AUTHORITY to MX/Getopt.pm again. --- diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index e57c141..8f5a46a 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');