Polymorphic data cloning
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.004-23.fc35 | - |
Fedora 35 | 0.004-23.fc35 | - |
Fedora 34 | 0.004-21.fc34 | - |
You can contact the maintainers of this package via email at
perl-Data-Clone dash maintainers at fedoraproject dot org
.