Package perl-Data-Clone: Information
Source package: perl-Data-Clone
Version: 0.004-alt1_11.2
Build time: Jan 29, 2019, 06:25 AM in the task #219907
Category: Development/Other
Report package bugHome page: http://search.cpan.org/dist/Data-Clone/
License: GPL+ or Artistic
Summary: Polymorphic data cloning
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.
List of RPM packages built from this SRPM:
perl-Data-Clone (x86_64, i586, aarch64)
perl-Data-Clone-debuginfo (x86_64, i586, aarch64)
perl-Data-Clone (x86_64, i586, aarch64)
perl-Data-Clone-debuginfo (x86_64, i586, aarch64)
Maintainer: Igor Vlasenko
Last changed
Jan. 24, 2019 Igor Vlasenko 0.004-alt1_11.2
- rebuild with new perl 5.28.1
Dec. 15, 2017 Igor Vlasenko 0.004-alt1_11.1
- rebuild with new perl 5.26.1
Sept. 27, 2017 Igor Vlasenko 0.004-alt1_11
- update to new release by fcimport