changelog and version bump 0_09
Yuval Kogman [Tue, 22 Jan 2008 13:58:55 +0000 (13:58 +0000)]
ChangeLog
lib/MooseX/Getopt.pm

index e7cd5a7..eec9237 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX-Getopt
 
+0.09 Tues. Jan. 22, 2008
+    * MooseX::Getopt
+        - Use Getopt::Long::Descriptive if it's available
+
 0.08 Tues. Dec. 8, 2007
     * MooseX::Getopt
       - Added support for configfile loading via
index cb0d141..1f40e00 100644 (file)
@@ -9,7 +9,7 @@ use MooseX::Getopt::Meta::Attribute::NoGetopt;
 use Getopt::Long (); # GLD uses it anyway, doesn't hurt
 use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
 
-our $VERSION   = '0.08';
+our $VERSION   = '0.09';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has ARGV       => (is => 'rw', isa => 'ArrayRef', documentation => "hidden");