This brings Test-Differences current, and is the last of the Test modules I found in my quest to get p5-DBIx-Class up-to-date.
Only minor changes here, I suppose better docs and the ability to customize column names is good tho. https://metacpan.org/source/DCANTRELL/Test-Differences-0.62/Changes Plus take maintainership OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Test-Differences/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 11 Mar 2013 10:50:22 -0000 1.9 +++ Makefile 10 Nov 2014 01:04:22 -0000 @@ -1,15 +1,17 @@ # $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:22 espie Exp $ -COMMENT= Test differences in data structures +COMMENT = test and show differences in strings and data structures -MODULES= cpan -DISTNAME= Test-Differences-0.61 -CATEGORIES= devel +DISTNAME = Test-Differences-0.62 +CATEGORIES = devel +MODULES = cpan + +MAINTAINER = Andrew Fresh <[email protected]> # Artistic -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= textproc/p5-Text-Diff +RUN_DEPENDS = sysutils/p5-Capture-Tiny>=0.24 \ + textproc/p5-Text-Diff>=0.35 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Test-Differences/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 18 Aug 2011 08:10:00 -0000 1.4 +++ distinfo 10 Nov 2014 01:04:22 -0000 @@ -1,5 +1,2 @@ -MD5 (Test-Differences-0.61.tar.gz) = hygEf70Eoy/9u8QwTWNesQ== -RMD160 (Test-Differences-0.61.tar.gz) = RKAMrHPFW7XS8c3SPT0sjsQcoSI= -SHA1 (Test-Differences-0.61.tar.gz) = sB+0jBfoWaPnteCzwwdnPzZJ/yY= -SHA256 (Test-Differences-0.61.tar.gz) = dZtlYAEbd+ZxPCpQIEB+ETb6V3IFjI90LXDDiu15nBA= -SIZE (Test-Differences-0.61.tar.gz) = 14057 +SHA256 (Test-Differences-0.62.tar.gz) = ticZTKPMPeKCpGQX6JQjm8OsOoFHMq92ES3HzfzwUHU= +SIZE (Test-Differences-0.62.tar.gz) = 13694
