diff --git a/Changes b/Changes index 9393c30..5f18515 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Getopt-Long-Descriptive +0.076 2009-08-20 + bundle the accidentally omitted Usage.pm file + the $opt returned by described_options is now an object with accessors + 0.075 2009-08-19 significant refactoring, especially to GLD::Usage, which is now a more traditional (non-hash-based) object (RJBS) diff --git a/README b/README index 474985e..e15f636 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Getopt-Long-Descriptive VERSION -0.075 +0.076 INSTALLATION diff --git a/lib/Getopt/Long/Descriptive.pm b/lib/Getopt/Long/Descriptive.pm index 8cbf034..6e99dca 100644 --- a/lib/Getopt/Long/Descriptive.pm +++ b/lib/Getopt/Long/Descriptive.pm @@ -15,11 +15,11 @@ Getopt::Long::Descriptive - Getopt::Long with usage text =head1 VERSION -Version 0.075 +Version 0.076 =cut -our $VERSION = '0.075'; +our $VERSION = '0.076'; =head1 DESCRIPTION @@ -494,7 +494,7 @@ sub _mk_only_one { package Getopt::Long::Descriptive::OptObjFactory; - my $VERSION = '0.075'; + my $VERSION = '0.076'; use Carp ();