Revision history for Perl extension MooseX-Getopt
+0.09 Tues. Jan. 22, 2008
+ * MooseX::Getopt
+ - Use Getopt::Long::Descriptive if it's available
+
0.08 Tues. Dec. 8, 2007
* MooseX::Getopt
- Added support for configfile loading via
use Getopt::Long (); # GLD uses it anyway, doesn't hurt
use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
-our $VERSION = '0.08';
+our $VERSION = '0.09';
our $AUTHORITY = 'cpan:STEVAN';
has ARGV => (is => 'rw', isa => 'ArrayRef', documentation => "hidden");