Date: Sun, 29 Mar 2009 15:18:27 +0000 (UTC) From: Lars Balker Rasmussen <lbr@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Hash-Merge-Simple Makefile distinfo pkg-descr pkg-plist Message-ID: <200903291518.n2TFIRSh054112@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lbr 2009-03-29 15:18:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Hash-Merge-Simple Makefile distinfo pkg-descr pkg-plist Log: New port textproc/p5-Hash-Merge-Simple: 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 was pretty much taken straight from Catalyst::Utils, and modified to handle more than 2 hashes at the same time. Revision Changes Path 1.3440 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-Hash-Merge-Simple/Makefile (new) 1.1 +3 -0 ports/devel/p5-Hash-Merge-Simple/distinfo (new) 1.1 +11 -0 ports/devel/p5-Hash-Merge-Simple/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Hash-Merge-Simple/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903291518.n2TFIRSh054112>