Revision history for Perl extension MooseX-Getopt
+0.23 Fri. Oct 02 2009
+ * MooseX::Getopt
+ - Allow the config file to be a code ref which is called to return
+ the config file location (Gordon Irving)
+
0.22 Sat. Sept 05 2009
- Require GLD 0.077 for RT#49427 as some versions are broken
use Getopt::Long (); # GLD uses it anyway, doesn't hurt
use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
-our $VERSION = '0.22';
+our $VERSION = '0.23';
our $AUTHORITY = 'cpan:STEVAN';
has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");