From: Stevan Little Date: Mon, 30 Apr 2007 21:38:09 +0000 (+0000) Subject: start of 0.03 X-Git-Tag: 0_03~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=e2911e34263bf6cfcd0e81fe5c801bdd71e48a29 start of 0.03 --- diff --git a/Build.PL b/Build.PL index df1d611..a2094d2 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ my $build = Module::Build->new( license => 'perl', requires => { 'Moose' => '0.19', - 'Getopt::Long' => '2.36', + 'Getopt::Long' => '2.35', }, optional => { }, diff --git a/ChangeLog b/ChangeLog index 266f25e..b133731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Revision history for Perl extension MooseX-Getopt +0.03 + * downgraded the Getopt version requirement + to 2.35 as per RT #26844 + + 0.02 Friday, April 6, 2007 * MooseX::Getopt - added the ARGV attribute (thanks to blblack) diff --git a/README b/README index dc0ec1a..b44603b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX::Getopt version 0.02 +MooseX::Getopt version 0.03 =========================== See the individual module documentation for more information diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 688f4ef..8c2f4b0 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -7,7 +7,7 @@ use Getopt::Long; use MooseX::Getopt::OptionTypeMap; use MooseX::Getopt::Meta::Attribute; -our $VERSION = '0.02'; +our $VERSION = '0.03'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef'); @@ -240,6 +240,8 @@ to cpan-RT. Stevan Little Estevan@iinteractive.comE +Brandon L. Black, Eblblack@gmail.comE + =head1 COPYRIGHT AND LICENSE Copyright 2007 by Infinity Interactive, Inc.