license => 'perl',
requires => {
'Moose' => '0.19',
- 'Getopt::Long' => '2.36',
+ 'Getopt::Long' => '2.35',
},
optional => {
},
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)
-MooseX::Getopt version 0.02
+MooseX::Getopt version 0.03
===========================
See the individual module documentation for more information
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');
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.