start of 0.03
Stevan Little [Mon, 30 Apr 2007 21:38:09 +0000 (21:38 +0000)]
Build.PL
ChangeLog
README
lib/MooseX/Getopt.pm

index df1d611..a2094d2 100644 (file)
--- 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 => {
     },
index 266f25e..b133731 100644 (file)
--- 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 (file)
--- 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
index 688f4ef..8c2f4b0 100644 (file)
@@ -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 E<lt>stevan@iinteractive.comE<gt>
 
+Brandon L. Black, E<lt>blblack@gmail.comE<gt>
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2007 by Infinity Interactive, Inc.