- Updated to 1.05
- removed obsoleted patches/patch-aa
Upstream changes:
1.05 2009 February 24
- Fix minor syntax error that had been plaguing many people.
Thanks to Chris Dolan for shaming me into fixing this.
Oked by rhaen@
Pkgsrc changes:
o Fix the broken patch-aa patch, which should have fixed
PR#39740 but didn't, and instead left the package in an
unbuildable state. With this in place, "make test"
completes, fixing the problem in the CPAN report at
http://rt.cpan.org/Public/Bug/Display.html?id=29778
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=...").
Packages Collection.
The Perl 5 module Readonly::XS is a companion module to the Readonly
module. You do not use Readonly::XS directly. Instead, once it
is installed, the Readonly module will detect this and will use it
for creating read-only scalars. This results in a significant
speed improvement. This does not speed up read-only arrays or
hashes.