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=...").
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Adjust dependencies to match Makefile.PL
Upstream changes (at least I *think* these are the ones for 0.99 and 1.00):
======================================
9999-99-99 99:99:99.999999Z (untagged)
======================================
2007-01-06 18:12:47 (r64) by rcaputo; DNS.pm M
By the power of PAUSEskull, this is a fine morning! Release 1.00!
2007-01-06 18:11:52 (r63) by rcaputo; DNS.pm M
Expose the underlying Net::DNS::Resolver with a get_resolver()
accessor. Thanks to Chris Williams for kinda suggesting it. :)
2006-11-06 19:23:35 (r62) by rcaputo; Makefile.PL M
Set a LICENSE. Cheap kwalitee points!
2006-10-17 16:35:24 (r61) by rcaputo; t/06_hosts.t M
Don't try to call a method on a failed request. Resolves rt.cpan.org
21190 by Alexandr Ciornii.
2006-10-17 15:05:34 (r60) by rcaputo; Makefile.PL M
Some rt.cpan.org tickets refer to issues in Net::DNS. Require the
latest version of that dependency in the hopes that some things are
fixed. Too bad I don't have test cases for those issues... there's no
way for me to tell if anything's fixed by this simple change.
=========================
2006-05-21 20:45:46 v0_99
=========================
2006-05-21 20:45:11 (r58) by rcaputo; DNS.pm M
Bump up the version.
2006-05-21 20:44:39 (r57) by rcaputo; DNS.pm M
Fix shutdown(). It was not performing nearly enough cleanup.
Replace some post() calls with call() to avoid race conditions. In
general, method interfaces should use call() rather than post() so
that they affect internal structures synchronously.
2006-05-21 20:43:08 (r56) by rcaputo
t/02_tag_args.t M; t/03_api_3.t M; t/05_api_4.t M; t/06_hosts.t M
Turn on ASSERT_DEFAULT for some of the tests. Add _stop handlers so
they don't fail with all POE asserts on.
2006-03-24 03:58:51 (r55) by rcaputo; DNS.pm M
Belatedly bump up the version.