Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2007 11:43:36
Module Name:	pkgsrc
Committed By:	abs
Date:		Sun Jun 10 11:43:36 UTC 2007

Modified Files:
	pkgsrc/doc: CHANGES-2007

Log Message:
Added devel/p5-Clone-PP version 1.02

This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied
variables and objects.

The clone() function takes a scalar argument to copy. To duplicate
arrays or hashes, pass them in by reference:

The clone() function also accepts an optional second parameter that
can be used to limit the depth of the copy. If you pass a limit of
0, clone will return the same value you supplied; for a limit of
1, a shallow copy is constructed; for a limit of 2, two layers of
copying are done, and so on.


To generate a diff of this commit:
cvs rdiff -r1.1329 -r1.1330 pkgsrc/doc/CHANGES-2007

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.