- 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
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.