This updates Role::Tiny to version 2. The 2.0 version change is the result of a fair amount of discussion. It was decided that a module such as Role::Tiny shouldn't enable fatal errors for a program that may get it as a secondary dependency.
However, functionally the same, just less likely to have fatal errors. https://metacpan.org/changes/distribution/Role-Tiny No direct reverse dependency test changes. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Role-Tiny/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 6 Nov 2014 16:47:35 -0000 1.2 +++ Makefile 5 Apr 2015 23:07:38 -0000 @@ -3,15 +3,16 @@ COMMENT = minimalist role composition tool MODULES = cpan -DISTNAME = Role-Tiny-1.003004 +DISTNAME = Role-Tiny-2.000000 CATEGORIES = devel -MAINTAINER = Sergey Bronnikov <este...@gmail.com> +MAINTAINER = Sergey Bronnikov <este...@gmail.com> CPAN_AUTHOR = HAARG # Perl PERMIT_PACKAGE_CDROM = Yes -TEST_DEPENDS = devel/p5-Test-Fatal +TEST_DEPENDS = devel/p5-Test-Fatal>=0.003 \ + devel/p5-namespace-autoclean .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Role-Tiny/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 6 Nov 2014 16:47:35 -0000 1.2 +++ distinfo 5 Apr 2015 23:07:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (Role-Tiny-1.003004.tar.gz) = rboZGbXppHzBPfRJbnLBT93iKIh6AMKjrj0COxUEZio= -SIZE (Role-Tiny-1.003004.tar.gz) = 21516 +SHA256 (Role-Tiny-2.000000.tar.gz) = pfRh552UM3RYB2FMO+lPBwN1oNTtJ3GJdS/Q/s/gYJE= +SIZE (Role-Tiny-2.000000.tar.gz) = 21755