Skip to content

Commit

Permalink
prep release; warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Dec 12, 2009
1 parent 25d8e58 commit 6dc1a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Getopt-Long-Descriptive

0.083 2009-12-12
create an Opts module to store the opts object code
add _specified_opts method and _specified method for Opts

0.082 2009-12-03
require Getopt::Long 2.33 for proper --no-foo handling

Expand Down
3 changes: 3 additions & 0 deletions lib/Getopt/Long/Descriptive/Opts.pm
Expand Up @@ -32,6 +32,9 @@ multiple underscores (in case you're reading the source) are private.
=head1 METHODS
B<Achtung!> All methods beginning with an underscore are experimental as of
today, 2009-12-12. They are likely to be formally made permanent soon.
=head2 _specified
This method returns true if the given name was specified on the command line.
Expand Down

0 comments on commit 6dc1a5b

Please sign in to comment.