Sun Apr 1 20:13:19 2012 UTC ()
Updated to 0.109

Changes:

UNIVERSAL::isa and UNIVERAL::can are no longer called as functions:
          this was deprecated in UNIVERSAL 1.03. (RT#74760, Karen Etheridge)

          the code that builds the exporter configuration is cleaned up; more
          documentation of how it may change (for the better, without breaking
          stuff) should appear in the near futureChanges:


(rhaen)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Test-Deep/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-Deep/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Test-Deep/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Deep/Makefile 2011/08/14 12:26:40 1.11
+++ pkgsrc/devel/p5-Test-Deep/Makefile 2012/04/01 20:13:18 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2011/08/14 12:26:40 obache Exp $ 1# $NetBSD: Makefile,v 1.12 2012/04/01 20:13:18 rhaen Exp $
2 2
3DISTNAME= Test-Deep-0.108 3DISTNAME= Test-Deep-0.109
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-Deep/ 9HOMEPAGE= http://search.cpan.org/dist/Test-Deep/
11COMMENT= Perl5 module to test deep structures 10COMMENT= Perl5 module to test deep structures
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14# higher Test::Tester required in case of old Test::Builder installed - so 13# higher Test::Tester required in case of old Test::Builder installed - so
15# let's require the version detected being "compatible" 14# let's require the version detected being "compatible"
16DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester 15DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
17DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings 16DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings
18 17

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-Deep/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Deep/distinfo 2010/12/17 22:28:49 1.7
+++ pkgsrc/devel/p5-Test-Deep/distinfo 2012/04/01 20:13:19 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2010/12/17 22:28:49 rhaen Exp $ 1$NetBSD: distinfo,v 1.8 2012/04/01 20:13:19 rhaen Exp $
2 2
3SHA1 (Test-Deep-0.108.tar.gz) = 7505cfc6d68ab508cc671fa82c2a5b024ec33e95 3SHA1 (Test-Deep-0.109.tar.gz) = 523ea2be506fc7a173e4c03635e1caaacdea0aad
4RMD160 (Test-Deep-0.108.tar.gz) = 097d42c0495d1b5a70139386f9e125c2135e9eb9 4RMD160 (Test-Deep-0.109.tar.gz) = b16cb7796a690dfb69342856847c003e142fdf92
5Size (Test-Deep-0.108.tar.gz) = 34640 bytes 5Size (Test-Deep-0.109.tar.gz) = 35323 bytes