debian/0000755000000000000000000000000011505236527007174 5ustar debian/control0000644000000000000000000000225711505236161010577 0ustar Source: libhash-merge-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libtest-most-perl, libtest-deep-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Hash-Merge-Simple/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-merge-simple-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-merge-simple-perl/ Package: libhash-merge-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to easily merge two or more hashes Hash::Merge::Simple will recursively merge two or more hashes and return the result as a new hash reference. The merge function will descend and merge hashes that exist under the same node in both the left and right hash, but doesn't attempt to combine arrays, objects, scalars, or anything else. The rightmost hash also takes precedence, replacing whatever was in the left hash if a conflict occurs. . This code is based on Catalyst::Utils, but was modified to handle merging more than two hashes simultaneously. debian/copyright0000644000000000000000000000206211505236161011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Robert Krimen Source: http://search.cpan.org/dist/Hash-Merge-Simple/ Name: Hash-Merge-Simple Files: * Copyright: 2010, Robert Krimen License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017711236101116010214 0ustar version=3 http://search.cpan.org/dist/Hash-Merge-Simple/ .*/Hash-Merge-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211236101116010354 0ustar 7 debian/changelog0000644000000000000000000000156611505236161011050 0ustar libhash-merge-simple-perl (0.051-1) unstable; urgency=low (HIGH if you are using this module on its own) [ Jonathan Yu ] * New upstream release + Load Exporter before subclassing it (this would break programs if Exporter wasn't already loaded by something else) * Standards-Version 3.9.1 (no changes) * Use new 3.0 (quilt) source format * Refresh copyright information [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Fri, 24 Dec 2010 15:15:52 -0500 libhash-merge-simple-perl (0.04-1) unstable; urgency=low * Initial Release (Closes: #537661) -- Jonathan Yu Fri, 24 Jul 2009 18:25:14 -0400 debian/source/0000755000000000000000000000000011505236475010476 5ustar debian/source/format0000644000000000000000000000001411505236160011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611236101116010235 0ustar #!/usr/bin/make -f %: dh $@