From: Brandon L Black Date: Fri, 21 Dec 2007 23:51:59 +0000 (+0000) Subject: 0.08 version/changes X-Git-Tag: 0_08^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=refs%2Ftags%2F0_08 0.08 version/changes --- diff --git a/ChangeLog b/ChangeLog index 97f5cd0..e7cd5a7 100644 --- 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 diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 0c16a20..3dfd632 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -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');