Pkgsrc changes:
o Canonicalize HOMEPAGE
o Change to Module::Build build type
Upstream changes:
1.52
Production rerelease of 1.51 to make the CPAN indexer happy about
permissions (hopefully).
SVN Revision 44.
1.51
Production release of 1.50_05. No other changes.
SVN revision 43.
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=...").
Handles the installing and uninstalling of perl modules, scripts,
man pages, etc...
Both install() and uninstall() are specific to the way ExtUtils::MakeMaker
handles the installation and deinstallation of perl modules. They
are not designed as general purpose tools.