Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / p5-Getopt-Long-Descriptive
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Changes 0.090: * bump prereq on Params::Validate to deal with recent buggy versions
Updating devel/p5-Getopt-Long-Descriptive from 0.085nb1 to 0.086
pkgsrc changes:
- bump version of dependency to devel/p5-Sub-Exporter
Upstream changes:
0.086 2010-09-19
fix minimum required version of Sub::Exporter
minor tweak to avoid warnings when run with -w
Updating devel/p5-Getopt-Long-Descriptive from 0.084 to 0.085
Upstream changes:
0.085 2010-03-13
rewrite much of the documentation
Updating devel/p5-Getopt-Long-Descriptive from 0.083 to 0.084
Upstream changes:
0.084 2010-02-14
prevent auto-enabling of auto_help (Thanks, DOUGDUDE)
Update p5-Getopt-Long-Descriptive from version 0.077 to version 0.083.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
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
0.081 2009-11-27
\%opt will not contain entries for opts that were not given
(this reverts 0.079 and 0.080's new behavior of undef entries)
0.080 2009-11-27
fix option naming to ignore "+" used to mark cumulative options
fix direct calls to Getopt::Long::Descriptive::describe_options
0.079 2009-11-26 Happy Thanksgiving!
improve the "opt as object" facility to have all opts as methods
0.078 2009-08-21
refactoring to allow subclassing of Getopt::Long::Descriptive
Updating package devel/p5-Getopt-Long-Descriptive from 0.076 to 0.077
Upstream changes:
0.077 2009-08-21
allow 'f' as an option name; had mistakenly required 2 characters
Update p5-Getopt-Long-Descriptive from version 0.074 to version 0.076.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
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)
Update from version 0.06 to 0.074. Changes:
0.074 2008-05-11
fix RT#35678 (thanks RJBS)
0.073 2008-04-04
packaging fix
0.072 2008-04-03
remove duplicate option name in test
0.071 2008-04-03
fix RT#34153 (bcbailey++)
0.070 2008-01-29
fix RT#32481 (nothingmuch++)
Initial import of p5-Getopt-Long-Descriptive version 0.06 into The NetBSD Packages Collection. The Perl 5 module Getopt::Long::Descriptive provides a convenient wrapper for Getopt::Long and program usage output.
Initial revision