0.08 version/changes 0_08
Brandon L Black [Fri, 21 Dec 2007 23:51:59 +0000 (23:51 +0000)]
ChangeLog
lib/MooseX/Getopt.pm

index 97f5cd0..e7cd5a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Revision history for Perl extension MooseX-Getopt
 
+0.08 Tues. Dec. 8, 2007
     * MooseX::Getopt
       - Added support for configfile loading via
         MooseX::ConfigFromFile-based roles with
index 0c16a20..3dfd632 100644 (file)
@@ -8,7 +8,7 @@ use MooseX::Getopt::OptionTypeMap;
 use MooseX::Getopt::Meta::Attribute;
 use MooseX::Getopt::Meta::Attribute::NoGetopt;
 
-our $VERSION   = '0.07';
+our $VERSION   = '0.08';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has ARGV       => (is => 'rw', isa => 'ArrayRef');