Revision history for Perl extension MooseX-Getopt
+0.24 Fri. Oct 23 2009
+ * MooseX::Getopt
+ - Fix bug with mixed case attribute names (MAROS)
+
0.23 Fri. Oct 02 2009
* MooseX::Getopt
- Allow the config file to return a code ref which is called to return
use Getopt::Long (); # GLD uses it anyway, doesn't hurt
use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
-our $VERSION = '0.23';
+our $VERSION = '0.24';
our $AUTHORITY = 'cpan:STEVAN';
has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");