Revision history for Perl extension MooseX-Getopt
+0.04 Tues. June 26, 2007
* MooseX::Getopt::OptionTypeMap
- Added support for subtype constraint inference
- from parent types
+ from parent types
- added tests and docs for this
* MooseX::Getopt
- Added extra_argv attribute
t/000_load.t
t/001_basic.t
t/002_custom_option_type.t
+t/003_inferred_option_type.t
t/pod.t
t/pod_coverage.t
-MooseX::Getopt version 0.03
+MooseX::Getopt version 0.04
===========================
See the individual module documentation for more information
use MooseX::Getopt::OptionTypeMap;
use MooseX::Getopt::Meta::Attribute;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
our $AUTHORITY = 'cpan:STEVAN';
has ARGV => (is => 'rw', isa => 'ArrayRef');
use Moose 'confess';
use Moose::Util::TypeConstraints 'find_type_constraint';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
our $AUTHORITY = 'cpan:STEVAN';
my %option_type_map = (