diff options
author | wen <wen@pkgsrc.org> | 2014-02-09 04:30:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-02-09 04:30:09 +0000 |
commit | 442d854402bc6c412cd1fcbad7dd2ca20b33091b (patch) | |
tree | 4ecbf4f6eda7f83a74e56f13dc6369b9a701b9da | |
parent | f29c0feebe6a39ecec7da7df6766e3fb74104cb1 (diff) | |
download | pkgsrc-442d854402bc6c412cd1fcbad7dd2ca20b33091b.tar.gz |
Update to 0.014
Upstream changes:
version 0.014; 2014-02-06
* bugfix: suppress any CORE::GLOBAL::require override, where possible,
to avoid use_package_optimistically() being misled into treating
missing modules as broken
* bugfix: in use_module() and use_package_optimistically(), pass a
supplied VERSION parameter through for the version check even if it
is undef
* tighten use_package_optimistically()'s recognition of can't-locate
errors (the same way that base.pm has recently been tightened),
so that, when a module fails to load because a module that it uses
isn't available, the outer module will be perceived as broken rather
than missing
* update documentation notes about the state of Unicode handling for
module names
* in META.{yml,json}, point to public git repository
-rw-r--r-- | devel/p5-Module-Runtime/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Module-Runtime/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Module-Runtime/Makefile b/devel/p5-Module-Runtime/Makefile index eec3eba2a1b..3ee0d4c304e 100644 --- a/devel/p5-Module-Runtime/Makefile +++ b/devel/p5-Module-Runtime/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/02/09 04:30:09 wen Exp $ -DISTNAME= Module-Runtime-0.013 +DISTNAME= Module-Runtime-0.014 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 5982999586c..b7937bb9d18 100644 --- a/devel/p5-Module-Runtime/distinfo +++ b/devel/p5-Module-Runtime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/03/08 09:54:41 sno Exp $ +$NetBSD: distinfo,v 1.4 2014/02/09 04:30:09 wen Exp $ -SHA1 (Module-Runtime-0.013.tar.gz) = 46231a59b9c48d6791cf4b0ddc964c57dfa47305 -RMD160 (Module-Runtime-0.013.tar.gz) = f31a4f89dd1ac1301b3e83667513524a0633b365 -Size (Module-Runtime-0.013.tar.gz) = 15849 bytes +SHA1 (Module-Runtime-0.014.tar.gz) = 04f24d17ee75860d1bd86325913cf6106ca63c92 +RMD160 (Module-Runtime-0.014.tar.gz) = c40e8ab43676acf6a6f3093b795923cf07294580 +Size (Module-Runtime-0.014.tar.gz) = 17396 bytes |