diff options
author | sno <sno@pkgsrc.org> | 2011-11-15 19:15:13 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2011-11-15 19:15:13 +0000 |
commit | 96e0db9532f8220a31cc6d2bbe518d7f7482b3f5 (patch) | |
tree | cd107e1784ebffe1f659c98faf06bdf288066232 /devel | |
parent | 8a35fc0119fac43e1be013c1a49a8d99d8463d21 (diff) | |
download | pkgsrc-96e0db9532f8220a31cc6d2bbe518d7f7482b3f5.tar.gz |
Updating Module::Runtime Module for Perl programming language from CPAN
in devel/p5-Module-Runtime from 0.010 to 0.011
Upstream changes:
version 0.011; 2011-10-24
* bugfix: in require_module() and use_module(), work around a Perl
core bug affecting Perl 5.8 and 5.10 that could pass the wrong
context to the file scope of a required file, which breaks some
modules; this bug would only rarely afflict the core's require()
in situations where it would afflict require_module()
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Runtime/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Runtime/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Module-Runtime/Makefile b/devel/p5-Module-Runtime/Makefile index e5a0fdac55c..73b13656a37 100644 --- a/devel/p5-Module-Runtime/Makefile +++ b/devel/p5-Module-Runtime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/10/17 21:03:29 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/11/15 19:15:13 sno Exp $ -DISTNAME= Module-Runtime-0.010 +DISTNAME= Module-Runtime-0.011 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-Runtime/distinfo b/devel/p5-Module-Runtime/distinfo index 8633f7004b5..c101e14be69 100644 --- a/devel/p5-Module-Runtime/distinfo +++ b/devel/p5-Module-Runtime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/13 07:20:48 hiramatsu Exp $ +$NetBSD: distinfo,v 1.2 2011/11/15 19:15:13 sno Exp $ -SHA1 (Module-Runtime-0.010.tar.gz) = f4b826bf672cde0b85a586d8d30f9c2f946c3705 -RMD160 (Module-Runtime-0.010.tar.gz) = 9766abd8347fd017f5ad85a18a0e1f360bf1e98d -Size (Module-Runtime-0.010.tar.gz) = 10684 bytes +SHA1 (Module-Runtime-0.011.tar.gz) = 74bc9c75ab2330067037e0dbe34f1faa667147c7 +RMD160 (Module-Runtime-0.011.tar.gz) = 31e8d49be95972f7621b84d19b54239094306929 +Size (Module-Runtime-0.011.tar.gz) = 11182 bytes |