Package perl-Data-Clone: Information

    Binary package: perl-Data-Clone
    Version: 0.004-alt1_11.2
    Architecture: i586
    Build time:  Jan 29, 2019, 06:25 AM in the task #219907
    Source package: perl-Data-Clone
    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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

    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