aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-Diff
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkAndrej Zverev2013-07-311-6/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324054
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 0.07Yen-Ming Lee2010-10-122-7/+6
| | | | Notes: svn path=/head/; revision=262899
* - update to 0.05002Yen-Ming Lee2009-05-132-4/+6
| | | | Notes: svn path=/head/; revision=233808
* - update to 0.05Yen-Ming Lee2008-10-233-5/+8
| | | | Notes: svn path=/head/; revision=221948
* - fix URL in pkg-descrYen-Ming Lee2008-03-091-1/+1
| | | | Notes: svn path=/head/; revision=208699
* - add p5-Array-Diff-0.04Yen-Ming Lee2008-03-094-0/+33
This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. WWW: http://search.cpan.org/dist/Array-Diff/ Notes: svn path=/head/; revision=208697