Bump versions
Tomas Doran [Thu, 27 Aug 2009 00:39:59 +0000 (01:39 +0100)]
ChangeLog
lib/MooseX/Getopt.pm

index aa7ab45..7b0018b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Revision history for Perl extension MooseX-Getopt
 
+0.21 Thu. Aug 27 2009
   * MooseX::Getopt
     - Enable and document the argv parameter to the constructor.
     - Applied patches in RT43200 and RT43255
index 6c1100c..4550082 100644 (file)
@@ -11,7 +11,7 @@ use Carp ();
 use Getopt::Long (); # GLD uses it anyway, doesn't hurt
 use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
 
-our $VERSION   = '0.20';
+our $VERSION   = '0.21';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has ARGV       => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");