Index: head/devel/p5-MooX-TypeTiny/Makefile =================================================================== --- head/devel/p5-MooX-TypeTiny/Makefile (revision 522934) +++ head/devel/p5-MooX-TypeTiny/Makefile (revision 522935) @@ -1,25 +1,26 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= MooX-TypeTiny -PORTVERSION= 0.001003 +PORTVERSION= 0.001004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Optimized type checks for Moo + Type::Tiny LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moo>=1.004003:devel/p5-Moo \ p5-Type-Tiny>=1.000002:devel/p5-Type-Tiny -TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include Index: head/devel/p5-MooX-TypeTiny/distinfo =================================================================== --- head/devel/p5-MooX-TypeTiny/distinfo (revision 522934) +++ head/devel/p5-MooX-TypeTiny/distinfo (revision 522935) @@ -1,2 +1,3 @@ -SHA256 (MooX-TypeTiny-0.001003.tar.gz) = 9a48623752188d1ff81c79f07c75e3cb471667c2f2139911e769f7d0b3760055 -SIZE (MooX-TypeTiny-0.001003.tar.gz) = 5415 +TIMESTAMP = 1578923280 +SHA256 (MooX-TypeTiny-0.001004.tar.gz) = eafa9d6b54429c280b9ea4ba35c253719dd2d18d49c986404244e0684ce0bd14 +SIZE (MooX-TypeTiny-0.001004.tar.gz) = 12303 Index: head/devel/p5-MooX-TypeTiny/pkg-descr =================================================================== --- head/devel/p5-MooX-TypeTiny/pkg-descr (revision 522934) +++ head/devel/p5-MooX-TypeTiny/pkg-descr (revision 522935) @@ -1,12 +1,12 @@ This module optimizes Moo type checks when used with Type::Tiny to perform better. It will automatically apply to isa checks and coercions that use Type::Tiny. Non-Type::Tiny isa checks will work as normal. This is done by inlining the type check in a more optimal manner that is specific to Type::Tiny rather than the general mechanism Moo usually uses. With this module, setters with type checks should be as fast as an equivalent check in Moose. -WWW: https://metacpan.org/pod/MooX::TypeTiny +WWW: https://metacpan.org/release/MooX-TypeTiny