Revision history for Perl extension MooseX-Getopt
+0.17
+ * MooseX::Getopt
+ - work with latest Moose (hdp)
+
0.16 Tue. February 17 2009
* t/
- run pod tests only if RELEASE_TESTING env var is set
all_from 'lib/MooseX/Getopt.pm';
-requires 'Moose' => '0.43';
+requires 'Moose' => '0.56';
requires 'Getopt::Long' => '2.37';
# optional
$_->name !~ /^_/
} grep {
!$_->does('MooseX::Getopt::Meta::Attribute::Trait::NoGetopt')
- } $class->meta->compute_all_applicable_attributes
+ } $class->meta->get_all_attributes
}
sub _get_cmd_flags_for_attr {