Recursively copy Perl datatypes
This module provides a clone() method which makes recursive copies of
nested hash, array, scalar and reference types, including tied variables
and objects.
For a slower, but more flexible solution see Storable's dclone().
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/perl-Clone && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Clone-0.34.tar.gz | 0000013192 12.9 KB | |
perl-Clone.changes | 0000001946 1.9 KB | |
perl-Clone.spec | 0000002013 1.97 KB |
Revision 21 (latest revision is 33)
Stephan Kulow (coolo)
accepted
request 177365
from
Stephan Kulow (coolo)
(revision 21)
- updated to 0.34 - Stop skipping SvROK handling for all magical scalars. This fixes RT issues 67105, 79730 and 80201 (FLORA). - making the Changes file compliant to the CPAN::Changes spec (GARU). - Fixing tests when Scalar::Util::weaken is not available. As a result, tests should now pass even in odd OpenBSD versions (GARU). - removed dubious documentation on the optional parameter until it is 'fixed'. Right now it just increases the refcount when it's 0, and clones otherwise (which isn't exactly what it says). This fixes RT issue 57773 (GARU). - updated remark on Storable's dclone() to address RT issue 50174 (GARU) - updated Makefile.PL to include test dependencies (GARU) (forwarded request 177287 from coolo)
Comments 0