Package perl-Data-Structure-Util: Information

    Source package: perl-Data-Structure-Util
    Version: 0.15-alt2
    Build time:  Jul 13, 2009, 10:15 AM
    Category: Development/Perl
    Report package bug
    License: Artistic and GPL
    Summary: Data::Structure::Util - modify nature of data within a structure
    Description: 
    Data::Structure::Util is a toolbox to manipulate the data inside a data
    structure. It can process an entire tree and perform the operation requested
    on each appropriate element.
    
    For example: It can transform all strings within a data structure to utf8 or
    transform any utf8 string back to the default encoding. It can remove the
    blessing on any reference. It can collect all the objects or detect if there
    is a circular reference.
    
    It is written in C for decent speed.

    List of rpms provided by this srpm:
    perl-Data-Structure-Util (x86_64, i586)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Michael Bochkaryov
    Igor Vlasenko


      1. perl-File-Find-Rule
      2. perl-Storable
      3. perl-Test-Pod

    Last changed


    July 12, 2009 Michael Bochkaryov 0.15-alt2
    - fix Url tag
    - docs added
    Oct. 6, 2008 Igor Vlasenko 0.15-alt1.1
    - NMU fixing directory ownership violation
    March 15, 2008 Michael Bochkaryov 0.15-alt1
    - 0.15 version;
    - remove Clone dependency;
    - use Storable::freeze for signature generation