On Sat, Dec 29, 2018 at 08:52:53PM +0100, Charlene Wendling wrote: > > Here is a small update for Test::SubCalls, the only change is a move to > Dist::Zilla to allow the module to be installed with our future Perl > 5.28 [1].
OK afresh1@ > Port wise, it's also a simple version bump, with the usual permissions > fix we need with ETHER's modules ;) > > Testing: > > - 'make test' passes > - There are 277 consumers. I've found no new failures due to this > update [2]. > > > Any comments/feedback? > > Charlène. > > > [1] https://metacpan.org/changes/distribution/Test-SubCalls > [2] https://transfer.sh/Vkfh4/p5-Test-SubCalls.tgz > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Test-SubCalls/Makefile,v > retrieving revision 1.7 > diff -u -p -u -p -r1.7 Makefile > --- Makefile 20 Mar 2016 19:56:38 -0000 1.7 > +++ Makefile 29 Dec 2018 16:50:16 -0000 > @@ -4,9 +4,10 @@ COMMENT= track the number of times subs > > MODULES= cpan > PKG_ARCH= * > -DISTNAME= Test-SubCalls-1.09 > -REVISION= 0 > +DISTNAME= Test-SubCalls-1.10 > CATEGORIES= devel > + > +FIX_EXTRACT_PERMISSIONS= Yes > > MAINTAINER= Jim Razmus II <[email protected]> > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-Test-SubCalls/distinfo,v > retrieving revision 1.2 > diff -u -p -u -p -r1.2 distinfo > --- distinfo 18 Jan 2015 03:13:36 -0000 1.2 > +++ distinfo 29 Dec 2018 16:50:16 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Test-SubCalls-1.09.tar.gz) = > ozSwRX2jONeb4tu2LUA3AfyQ92B9+EARX/Re4eK9bnA= > -SIZE (Test-SubCalls-1.09.tar.gz) = 25727 > +SHA256 (Test-SubCalls-1.10.tar.gz) = > y8Hps1oF5x/rwT5e9UejHIJJiZu2AR29ydn/Nm3atsI= > +SIZE (Test-SubCalls-1.10.tar.gz) = 25431 > -- andrew - http://afresh1.com The programmer's national anthem is 'AAAAAAAARRRRGHHHHH!!'.
