On Tue, 30 Apr 2019 15:56:58 -0700 Andrew Fresh <and...@afresh1.com> wrote:
> A minor update to Class::Inspector to fix compatibility with > Devel::Hide. Also noticed due to the PPI update. > > https://metacpan.org/changes/distribution/Class-Inspector > > No changes to test results from direct reverse dependencies. > > Comments, OK? It builds fine and tests pass. OK cwen@ > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Class-Inspector/Makefile,v > retrieving revision 1.14 > diff -u -p -r1.14 Makefile > --- Makefile 12 Mar 2019 02:29:39 -0000 1.14 > +++ Makefile 30 Apr 2019 22:42:41 -0000 > @@ -4,10 +4,13 @@ COMMENT= get information about a > class > MODULES= cpan > PKG_ARCH= * > -DISTNAME= Class-Inspector-1.32 > +DISTNAME= Class-Inspector-1.34 > CATEGORIES= devel > > # Perl > PERMIT_PACKAGE_CDROM= Yes > + > +# Hidden test dependency > +TEST_DEPENDS= devel/p5-Devel-Hide > > .include <bsd.port.mk> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/p5-Class-Inspector/distinfo,v > retrieving revision 1.6 > diff -u -p -r1.6 distinfo > --- distinfo 12 Mar 2019 02:29:39 -0000 1.6 > +++ distinfo 30 Apr 2019 22:42:41 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Class-Inspector-1.32.tar.gz) = > zvrci1M45D5XC8Q/WD58mNU1wXsZa8+QhLtB1WHMBTU= -SIZE > (Class-Inspector-1.32.tar.gz) = 25639 +SHA256 > (Class-Inspector-1.34.tar.gz) > = /pqG3LPMx6mdaGXmtnShTSAWT3a9hPLrQ6r8xr8c8Ng= +SIZE > (Class-Inspector-1.34.tar.gz) = 26111 >