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
Report package bug
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 rpms provided by this srpm:
perl-Data-Clone (x86_64, i586, aarch64)
perl-Data-Clone-debuginfo (x86_64, i586, aarch64)

Maintainer: Igor Vlasenko

List of contributors:
Igor Vlasenko
Cronbuild Service

    1. perl(Parse/CPAN/Meta.pm)
    2. perl(Scalar/Util.pm)
    3. /proc
    4. perl(Test/LeakTrace.pm)
    5. perl(Test/More.pm)
    6. perl(Test/Requires.pm)
    7. perl(Tie/Array.pm)
    8. perl(Tie/Hash.pm)
    9. perl(Time/HiRes.pm)
    10. perl(XSLoader.pm)
    11. perl(YAML/Tiny.pm)
    12. perl(constant.pm)
    13. perl(inc/Module/Install.pm)
    14. perl(parent.pm)
    15. perl(threads.pm)
    16. perl-devel
    17. perl-podlators
    18. rpm-build-perl
    19. perl(CPAN.pm)
    20. perl(Clone.pm)
    21. perl(Data/Dumper.pm)
    22. perl(Devel/PPPort.pm)
    23. perl(ExtUtils/ParseXS.pm)
    24. perl(Module/Build.pm)
    25. perl(Module/Install/AuthorTests.pm)
    26. perl(JSON.pm)

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