diff options
author | sno <sno@pkgsrc.org> | 2009-04-30 21:49:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-30 21:49:08 +0000 |
commit | 26234d59a398ebfa92e69e8fbdfbb6cb3f86e755 (patch) | |
tree | 881fddfd8dbe8d2bc00f3f30c578e2e0a25d04e6 /devel/p5-UNIVERSAL-require | |
parent | f26ccebe1adaf95a2930adbe76118333623ac39f (diff) | |
download | pkgsrc-26234d59a398ebfa92e69e8fbdfbb6cb3f86e755.tar.gz |
PkgSrc changes:
- Updating package for p5 module of UNIVERSAL::require from 0.11 to 0.13
- Setting license to gnu-gpl-v2
Upstream changes:
0.13 Mon Mar 30 17:50:10 BST 2009
Bug Fixes
* $module->require now always resets $@ which removes a trap of using $@
to indicate an error, rather than checking $module->require directly.
[rt.cpan.org 44444]
0.12 Mon Mar 30 10:53:51 BST 2009
Test Fixes
* bleadperl introduced a new warning deprecating "use UNIVERSAL"
(thank goodness) which interfered with t/require.t
Diffstat (limited to 'devel/p5-UNIVERSAL-require')
-rw-r--r-- | devel/p5-UNIVERSAL-require/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-require/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-UNIVERSAL-require/Makefile b/devel/p5-UNIVERSAL-require/Makefile index f727af54d6c..6d5b6724eb5 100644 --- a/devel/p5-UNIVERSAL-require/Makefile +++ b/devel/p5-UNIVERSAL-require/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/30 21:49:08 sno Exp $ -DISTNAME= UNIVERSAL-require-0.11 +DISTNAME= UNIVERSAL-require-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/} +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-require/ COMMENT= Perl module to require() from a variable +LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-UNIVERSAL-require/distinfo b/devel/p5-UNIVERSAL-require/distinfo index 28f1121788f..62de88a2422 100644 --- a/devel/p5-UNIVERSAL-require/distinfo +++ b/devel/p5-UNIVERSAL-require/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/01/10 22:04:15 bad Exp $ +$NetBSD: distinfo,v 1.4 2009/04/30 21:49:08 sno Exp $ -SHA1 (UNIVERSAL-require-0.11.tar.gz) = 1ae78e2ec581f97b85e5bbfb562ff9a035398f04 -RMD160 (UNIVERSAL-require-0.11.tar.gz) = 216c47b7e40840f4e54d52115b3f10b028faacc8 -Size (UNIVERSAL-require-0.11.tar.gz) = 4582 bytes +SHA1 (UNIVERSAL-require-0.13.tar.gz) = 8a9821f8cea25c089f7344ab4abb58d15e0f8651 +RMD160 (UNIVERSAL-require-0.13.tar.gz) = 60cf5807997d697f82b2082be52808b3367c208c +Size (UNIVERSAL-require-0.13.tar.gz) = 5333 bytes |