This fixes some a problem with a change in perl 5.28, didn't find the
bug report or anything, but seems good to have.

https://metacpan.org/changes/distribution/Role-Tiny
> account for code references stored directly in stash (for perl 5.28)

Comments, OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Role-Tiny/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    23 Nov 2016 21:36:23 -0000      1.5
+++ Makefile    9 Mar 2019 23:24:43 -0000
@@ -4,7 +4,7 @@ COMMENT =       minimalist role composition to
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     Role-Tiny-2.000005
+DISTNAME =     Role-Tiny-2.000006
 CATEGORIES =   devel
 
 MAINTAINER =   Sergey Bronnikov <este...@gmail.com>
@@ -13,7 +13,6 @@ CPAN_AUTHOR = HAARG
 # Perl
 PERMIT_PACKAGE_CDROM = Yes
 
-TEST_DEPENDS = devel/p5-Class-Method-Modifiers>=1.05 \
-               devel/p5-Test-Fatal>=0.003
+TEST_DEPENDS = devel/p5-Class-Method-Modifiers>=1.05
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Role-Tiny/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    23 Nov 2016 21:36:23 -0000      1.4
+++ distinfo    9 Mar 2019 23:24:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (Role-Tiny-2.000005.tar.gz) = 
WToptiHgKb8CGNAVTV399uxQKvxJre6trmr9DHAGMRU=
-SIZE (Role-Tiny-2.000005.tar.gz) = 23119
+SHA256 (Role-Tiny-2.000006.tar.gz) = 
zHNBjJBKAobs2JFerBH1viqNHhfqnLVMkRawNAzT44I=
+SIZE (Role-Tiny-2.000006.tar.gz) = 21556

Reply via email to