pkgsrc changes:
- add license definition
- switch module type to Module::Build
Upstream changes:
- Todd Rinaldo takes maintainership
changes in 0.11:
0.11 Tue Mar 16 2010
- re-structure module to more modern layout. Convert to M::B
- re-factor tests to test::more
- pod fixes now we're testing them
- clean up authors and generate proper META.yml
- Fix 5.10 deprecation of defined %hash. Just use %hash to the same
effect.
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!
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
Upstream changes:
0.10 Fri Jan 16 2004
- don't local(*INC} unless $self->{INC}
- this version by Brian McCauley <nobull@cpan.org>
0.09 Thu Jan 15 2004
- catch and re-thow exceptions (not doing so seems to cause
segfault sometimes)
- restore opmask, %INC and @INC (default backward-compatabile
mode inhibits this)
- test.pl now has some real tests
- Safe::Hole::User namespace so that Carp can do the right thing
- this version by Brian McCauley <nobull@cpan.org>
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
Call outside defined subroutines from the Safe compartment using
share(), or can call methods through the object that is copied into
the Safe compartment using varglob().
Package submitted by Eric Schnoebelen (eric@cirr.com) in PR 11833.
Trivially updated by me to version 0.08.