perl-Data-Clone - Polymorphic data cloning
Website: | http://search.cpan.org/dist/Data-Clone/ |
---|---|
License: | GPL+ or Artistic |
- 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.004-1m.mo8.x86_64 [16 KiB] |
Changelog
by NARITA Koichi (2014-06-29):
- (0.004-1m) - rebuild against perl-5.20.0 - update to 0.004 |