Source: libtie-shadowhash-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Stefan Hornburg (Racke) Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/ShadowHash/ Package: libtie-shadowhash-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Merge multiple data sources into a hash ShadowHash merges together multiple sets of data in the form of hashes into a data structure that looks to Perl like a single simple hash. When that hash is accessed, the data structures managed by that shadow hash are searched in order they were added for that key. This allows the rest of a program simple and convenient access to a disparate set of data sources.