Package perl-Hash-Merge: Information

    Source package: perl-Hash-Merge
    Version: 0.12-alt1
    Build time:  Apr 13, 2010, 09:49 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Merges arbitrarily deep hashes into a single hash
    Description: 
    Hash::Merge merges two arbitrarily deep hashes into a single hash.  That
    is, at any level, it will add non-conflicting key-value pairs from one
    hash to the other, and follows a set of specific rules when there are key
    value conflicts (as outlined below).  The hash is followed recursively,
    so that deeply nested hashes that are at the same level will be merged
    when the parent hashes are merged.  B<Please note that self-referencing
    hashes, or recursive references, are not handled well by this method.>

    List of rpms provided by this srpm:
    perl-Hash-Merge (noarch)

    Maintainer: Alexey Tourbin

    List of contributors:
    Alexey Tourbin

      1. perl-Clone
      2. perl-devel

    Last changed


    April 13, 2010 Alexey Tourbin 0.12-alt1
    - initial revision, for DBIx::Class