Revision history for Perl extension MooseX-Getopt
- * MooseX::Getopt
- - Fix Getopt config spec for --configfile (t0m)
- - Add support for --usage/--help/--? (drew@drewtaylor.com)
- - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
-
- * Tests
- - Fix warning from tests with new Moose (t0m)
- - Fix tests on Win32 from RT#44909 (taro-nishino)
+0.19 Wed. July 8 2009
+ * MooseX::Getopt
+ - Fix Getopt config spec for --configfile (t0m)
+ - Add support for --usage/--help/--? (drew@drewtaylor.com)
+ - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
+
+ * Tests
+ - Fix warning from tests with new Moose (t0m)
+ - Fix tests on Win32 from RT#44909 (taro-nishino)
0.18 Thu. April 9 2009
* MooseX::Getopt::Dashes
-MooseX::Getopt version 0.18
+MooseX::Getopt version 0.19
===========================
See the individual module documentation for more information
use Getopt::Long (); # GLD uses it anyway, doesn't hurt
use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:STEVAN';
has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)
package MooseX::Getopt::Meta::Attribute::NoGetopt;
use Moose;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)
use Moose::Role;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:STEVAN';
has 'cmd_flag' => (
package MooseX::Getopt::Meta::Attribute::Trait::NoGetopt;
use Moose::Role;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:STEVAN';
no Moose::Role;
use Moose 'confess', 'blessed';
use Moose::Util::TypeConstraints 'find_type_constraint';
-our $VERSION = '0.18';
+our $VERSION = '0.19';
our $AUTHORITY = 'cpan:STEVAN';
my %option_type_map = (