[csw-devel] SF.net SVN: gar:[10297] csw/mgar/pkg/cpan
andrewrn at users.sourceforge.net
andrewrn at users.sourceforge.net
Wed Jun 23 16:56:58 CEST 2010
Revision: 10297
http://gar.svn.sourceforge.net/gar/?rev=10297&view=rev
Author: andrewrn
Date: 2010-06-23 14:56:57 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
cpan/Readonly: Initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/Readonly/
csw/mgar/pkg/cpan/Readonly/branches/
csw/mgar/pkg/cpan/Readonly/tags/
csw/mgar/pkg/cpan/Readonly/trunk/
csw/mgar/pkg/cpan/Readonly/trunk/Makefile
csw/mgar/pkg/cpan/Readonly/trunk/checksums
csw/mgar/pkg/cpan/Readonly/trunk/files/
Property changes on: csw/mgar/pkg/cpan/Readonly/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/cpan/Readonly/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Readonly/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/Readonly/trunk/Makefile 2010-06-23 14:56:57 UTC (rev 10297)
@@ -0,0 +1,28 @@
+GARNAME = Readonly
+GARVERSION = 1.03
+CATEGORIES = cpan
+AUTHOR = ROODE
+
+DESCRIPTION = Readonly - Facility for creating read-only scalars, arrays, hashes.
+define BLURB
+ This is a facility for creating non-modifiable variables. This is useful for
+ configuration files, headers, etc. It can also be useful as a development and
+ debugging tool, for catching updates to variables that should not be changed.
+
+ If any of the values you pass to Scalar, Array, or Hash are references, then
+ those functions recurse over the data structures, marking everything as
+ Readonly. Usually, this is what you want: the entire structure nonmodifiable.
+ If you want only the top level to be Readonly, use the alternate Scalar1,
+ Array1 and Hash1 functions.
+
+ Please note that most users of Readonly will also want to install a companion
+ module Readonly::XS. See the "CONS" section below for more details.
+endef
+
+PACKAGES = CSWpmreadonly
+CATALOGNAME = pm_readonly
+
+ARCHALL = 1
+LICENSE = README
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/Readonly/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Readonly/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/Readonly/trunk/checksums 2010-06-23 14:56:57 UTC (rev 10297)
@@ -0,0 +1 @@
+0acef3a995ac9ecf575f66a726d638f4 Readonly-1.03.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list