pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-Readonly version 1.03 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a89e9f8b051
branches: trunk
changeset: 528583:1a89e9f8b051
user: seb <seb%pkgsrc.org@localhost>
date: Wed May 09 03:00:31 2007 +0000
description:
Note initial addition of p5-Readonly version 1.03 as devel/p5-Readonly
and p5-Readonly-XS version 1.04 as devel/p5-Readonly-XS
into The NetBSD Packages Collection.
The Perl 5 module Readonly provides a facility for creating
non-modifiable scalars, arrays, and hashes. This facility also
overcomes the limitations of the Perl built-in mechanism (the "use
constant" pragma) to create constant scalars and lists.
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.
diffstat:
doc/CHANGES-2007 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 31ec5608ad68 -r 1a89e9f8b051 doc/CHANGES-2007
--- a/doc/CHANGES-2007 Wed May 09 02:58:44 2007 +0000
+++ b/doc/CHANGES-2007 Wed May 09 03:00:31 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1017 2007/05/09 02:44:21 dmcmahill Exp $
+$NetBSD: CHANGES-2007,v 1.1018 2007/05/09 03:00:31 seb Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -1939,3 +1939,5 @@
Updated devel/pango to 1.16.4 [wiz 2007-05-08]
Updated x11/gtk2 to 2.10.12 [wiz 2007-05-08]
Added cad/adms version 2.2.5 [dmcmahill 2007-05-08]
+ Added devel/p5-Readonly version 1.03 [seb 2007-05-09]
+ Added devel/p5-Readonly-XS version 1.04 [seb 2007-05-09]
Home |
Main Index |
Thread Index |
Old Index