Sun Oct 26 11:52:42 2014 UTC ()
Update to 1.000005:

1.000005	2014-10-25

 [ Bug Fixes ]
 - Fix short-circuiting optimizations for parameterized HashRef, ArrayRef,
   ScalarRef, and Map type constraints.
   Fixes RT#99312.
   Marcel Timmerman++
   <https://rt.cpan.org/Ticket/Display.html?id=99312>

 [ Test Suite ]
 - Fix annoying warning message in test suite with recent versions of
   Exporter::Tiny.


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/p5-Type-Tiny/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/p5-Type-Tiny/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Type-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Type-Tiny/Makefile 2014/09/06 14:04:01 1.1
+++ pkgsrc/devel/p5-Type-Tiny/Makefile 2014/10/26 11:52:42 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2014/09/06 14:04:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2014/10/26 11:52:42 wiz Exp $
2 2
3DISTNAME= Type-Tiny-1.000004 3DISTNAME= Type-Tiny-1.000005
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Type-Tiny/ 9HOMEPAGE= http://search.cpan.org/dist/Type-Tiny/
10COMMENT= Tiny, yet Moo(se)-compatible type constraint 10COMMENT= Tiny, yet Moo(se)-compatible type constraint
11LICENSE= gnu-gpl-v1 OR artistic 11LICENSE= gnu-gpl-v1 OR artistic
12 12
13DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny 13DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
14 14
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16PERL5_PACKLIST= auto/Type/Tiny/.packlist 16PERL5_PACKLIST= auto/Type/Tiny/.packlist

cvs diff -r1.1 -r1.2 pkgsrc/devel/p5-Type-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Type-Tiny/distinfo 2014/09/06 14:04:01 1.1
+++ pkgsrc/devel/p5-Type-Tiny/distinfo 2014/10/26 11:52:42 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/09/06 14:04:01 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2014/10/26 11:52:42 wiz Exp $
2 2
3SHA1 (Type-Tiny-1.000004.tar.gz) = 13372048b38be95b9c4d213ce2c29f1cd9eb8043 3SHA1 (Type-Tiny-1.000005.tar.gz) = 95119f0e9565f4cda685902d614a21484765970a
4RMD160 (Type-Tiny-1.000004.tar.gz) = 823ebadfc19db1a3137b33274643f0477bde2a94 4RMD160 (Type-Tiny-1.000005.tar.gz) = 01dae850fc4403aeb43438008f85e550caf0cf37
5Size (Type-Tiny-1.000004.tar.gz) = 250502 bytes 5Size (Type-Tiny-1.000005.tar.gz) = 249419 bytes