Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Aug 20, 2009
1 parent c50a374 commit 99eb1fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ Getopt-Long-Descriptive

VERSION

0.075
0.076

INSTALLATION

Expand Down
6 changes: 3 additions & 3 deletions lib/Getopt/Long/Descriptive.pm
Expand Up @@ -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
Expand Down Expand Up @@ -494,7 +494,7 @@ sub _mk_only_one {
package
Getopt::Long::Descriptive::OptObjFactory;

my $VERSION = '0.075';
my $VERSION = '0.076';

use Carp ();

Expand Down

0 comments on commit 99eb1fe

Please sign in to comment.