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
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
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
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)
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").