Polymorphic data cloning
http://search.cpan.org/dist/Data-Clone
"Data::Clone" does data cloning, i.e. copies things recursively. This is
smart so that it works with not only non-blessed references, but also with
blessed references (i.e. objects). When "clone()" finds an object, it
calls a "clone" method of the object if the object has a "clone",
otherwise it makes a surface copy of the object. That is, this module does
polymorphic data cloning.
Although there are several modules on CPAN which can clone data, this
module has a different cloning policy from almost all of them. See
"Cloning policy" and "Comparison to other cloning modules" for details.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-Data-Clone && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Data-Clone-0.006.tar.gz | 0000019088 18.6 KB | |
cpanspec.yml | 0000000042 42 Bytes | |
perl-Data-Clone-rpmlintrc | 0000000045 45 Bytes | |
perl-Data-Clone.changes | 0000001639 1.6 KB | |
perl-Data-Clone.spec | 0000002638 2.58 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1156539
from
Tina Müller (tinita)
(revision 8)
- Fix disabling of __perllib_provides
Comments 1
FTBFS with perl 5.38: https://rt.cpan.org/Public/Bug/Display.html?id=148415