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.
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Update/perl-Data-Clone && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Data-Clone-0.004.tar.gz | 0000035033 34.2 KB | |
perl-Data-Clone-rpmlintrc | 0000000045 45 Bytes | |
perl-Data-Clone.changes | 0000000511 511 Bytes | |
perl-Data-Clone.spec | 0000002464 2.41 KB |
Latest Revision
Ludwig Nussel (lnussel)
committed
(revision 5)
vrev freeze
Comments 0