./devel/p5-Readonly-XS, Perl 5 companion module to the Readonly module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 1.04nb3, Package name: p5-Readonly-XS-1.04nb3, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5] [devel/p5-Readonly]

Master sites: (Expand)

SHA1: 1cd1a97971384538bf5587e5f8e3f4e671a0ce38
RMD160: aad55174f4731336d43f6c30178e0e216fdbac17
Filesize: 8.879 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-10 23:28:52 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #2695 - requested by he
p5-Readonly-XS: build fix

Revisions pulled up:
- devel/p5-Readonly-XS/Makefile			1.5
- devel/p5-Readonly-XS/distinfo			1.3
- devel/p5-Readonly-XS/patches/patch-aa		1.2
---
Module Name:	pkgsrc
Committed By:	he
Date:		Tue Feb 10 19:46:51 UTC 2009

Modified Files:
	pkgsrc/devel/p5-Readonly-XS: Makefile distinfo
	pkgsrc/devel/p5-Readonly-XS/patches: patch-aa

Log message:
Update from version 1.04nb2 to 1.04nb3.

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