aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-Merge-Simple
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Fix buildWen Heping2011-01-051-0/+2
| | | | | | | Reported by: QAT@ Notes: svn path=/head/; revision=267399
* - Update to 0.051Andrej Zverev2011-01-032-6/+3
| | | | Notes: svn path=/head/; revision=267330
* - update to 0.05Yen-Ming Lee2010-06-012-7/+6
| | | | Notes: svn path=/head/; revision=255441
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* New port textproc/p5-Hash-Merge-Simple:Lars Balker Rasmussen2009-03-294-0/+48
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. Notes: svn path=/head/; revision=231251