Thu Mar 8 10:03:42 2012 UTC ()
Updating package for CPAN distribution Class::Load in devel/p5-Class-Load
from 0.13 to 0.18.

pkgsrc changes:
- adjusting dependencies according to distribution meta information

Upstream changes:
0.18     2012-02-18
- Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram.

0.17     2012-02-12
- A bug in Class::Load caused test failures when Module::Runtime 0.012 was
  used with Perl 5.8.x. Reported by Zefram. RT #74897. ( Jesse Luehrs )

0.16     2012-02-12
- Require Module::Runtime 0.012, which has a number of useful bug fixes.

0.15     2012-02-08
- Small test changes to accomodate latest version of
  Module::Implementation. There's no need to upgrade if you're already using
  0.14

0.14     2012-02-06
- Use Module::Implementation to handle loading the XS or PP versions of the
  code. Using this module fixes a few bugs.
- Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
  env var caused a taint error.
- An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
  and reported immediately. No attempt is made to load an invalid
  implementation.


(sno)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Class-Load/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Class-Load/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Class-Load/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-Class-Load/Makefile 2012/02/01 19:12:11 1.6
+++ pkgsrc/devel/p5-Class-Load/Makefile 2012/03/08 10:03:42 1.7
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/02/01 19:12:11 rhaen Exp $
+# $NetBSD: Makefile,v 1.7 2012/03/08 10:03:42 sno Exp $
 
-DISTNAME=	Class-Load-0.13
+DISTNAME=	Class-Load-0.18
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Class/}
@@ -11,11 +11,13 @@
 LICENSE=	${PERL5_LICENSE}
 
 DEPENDS+=	p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList
-DEPENDS+=	p5-Module-Runtime>=0.011:../../devel/p5-Module-Runtime
+DEPENDS+=	p5-Module-Implementation>=0.04:../../devel/p5-Module-Implementation
+DEPENDS+=	p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
 DEPENDS+=	p5-Package-Stash>=0.32:../../devel/p5-Package-Stash
 DEPENDS+=	p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 
 BUILD_DEPENDS+=	p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+BUILD_DEPENDS+=	p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 
 PKG_INSTALLATION_TYPES=	overwrite pkgviews
 PKG_DESTDIR_SUPPORT=	user-destdir

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Class-Load/distinfo (expand / switch to context diff)
--- pkgsrc/devel/p5-Class-Load/distinfo 2012/02/01 19:12:11 1.4
+++ pkgsrc/devel/p5-Class-Load/distinfo 2012/03/08 10:03:42 1.5
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/02/01 19:12:11 rhaen Exp $
+$NetBSD: distinfo,v 1.5 2012/03/08 10:03:42 sno Exp $
 
-SHA1 (Class-Load-0.13.tar.gz) = 2018e2c0c7cd354037a32c533feb6d24317fad19
+SHA1 (Class-Load-0.18.tar.gz) = e8403bdc16a468537c311ff722ec3448a1b360c5
-RMD160 (Class-Load-0.13.tar.gz) = f274cfbe29615b46a0f7a749afc9caffc58100e0
+RMD160 (Class-Load-0.18.tar.gz) = ec5d968450550cde7917a2fccc4abe22523e9f42
-Size (Class-Load-0.13.tar.gz) = 19277 bytes
+Size (Class-Load-0.18.tar.gz) = 19352 bytes