On Wed, 8 May 2019 08:28:11 -0700 Andrew Hewus Fresh <and...@afresh1.com> wrote:
> Another minor update that came up while I was working on something > else. > > Mostly just test improvements (which is good for a module built for > writing tests), although it also has a few improvements to make it > easier to use. > > https://metacpan.org/changes/distribution/Test-Inter > > Comments, OK? I have a similar diff around with TEST_POD=Yes instead of calling dependencies (as it's versionned i think you're right). OK cwen@ anyway. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Test-Inter/Makefile,v > retrieving revision 1.8 > diff -u -p -r1.8 Makefile > --- Makefile 20 Mar 2016 19:56:37 -0000 1.8 > +++ Makefile 8 May 2019 15:25:51 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = framework for more readable interactive > test scripts > -DISTNAME = Test-Inter-1.06 > +DISTNAME = Test-Inter-1.09 > CATEGORIES = devel > > # perl > @@ -10,5 +10,11 @@ PERMIT_PACKAGE_CDROM = Yes > > MODULES = cpan > PKG_ARCH = * > + > +TEST_DEPENDS = devel/p5-File-Find-Rule \ > + devel/p5-Test-Pod>=1.00 \ > + devel/p5-Test-Pod-Coverage>=1.00 > + > +TEST_ENV = RELEASE_TESTING=1 > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-Test-Inter/distinfo,v > retrieving revision 1.3 > diff -u -p -r1.3 distinfo > --- distinfo 31 Mar 2015 09:02:20 -0000 1.3 > +++ distinfo 8 May 2019 15:25:51 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Test-Inter-1.06.tar.gz) = > XH3lT+wA0uh0VQ6oPaFbgX+CckFCkE0mBZD86/tbj4Q= -SIZE > (Test-Inter-1.06.tar.gz) = 40627 +SHA256 (Test-Inter-1.09.tar.gz) = > Hp8SnMGgAfuVRJ04UlOzivq/W0ZuOzvTPk5DDyFuF3o= +SIZE > (Test-Inter-1.09.tar.gz) = 44460 >