Changelog, bump version 0.23
Tomas Doran [Fri, 2 Oct 2009 07:41:57 +0000 (08:41 +0100)]
ChangeLog
lib/MooseX/Getopt.pm

index 7049377..b21e894 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
 
index 08bf037..ae791c0 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.22';
+our $VERSION   = '0.23';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has ARGV       => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");