perl-Data-Clone - Polymorphic data cloning
| Website: | https://metacpan.org/release/Data-Clone |
|---|---|
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| Vendor: | Alcance Libre, Inc. |
- Description:
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.
Packages
| perl-Data-Clone-0.006-1.aldos.src [23 KiB] |
Changelog
by Joel Barrios (2026-06-18):
- Update to 0.006. |