Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Find (devel/p5-Module-Find) Updated to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e814ddd76002
branches:  trunk
changeset: 429099:e814ddd76002
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 16 11:26:20 2020 +0000

description:
(devel/p5-Module-Find) Updated to 0.15

0.15, 2019-12-26
        Fixed RT#127657 (bug report contributed by Karen Etheridge):
        Module::Find now uses @ModuleDirs (if specified) for loading
        modules. Previously, when using setmoduledirs() to set an array
        of directories that did not contain @INC, Module::Find would
        find the modules correctly, but load them from @INC.

diffstat:

 devel/p5-Module-Find/Makefile |   6 ++++--
 devel/p5-Module-Find/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r b5ee95889938 -r e814ddd76002 devel/p5-Module-Find/Makefile
--- a/devel/p5-Module-Find/Makefile     Thu Apr 16 11:20:28 2020 +0000
+++ b/devel/p5-Module-Find/Makefile     Thu Apr 16 11:26:20 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/01/10 21:11:50 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2020/04/16 11:26:20 mef Exp $
 
-DISTNAME=      Module-Find-0.14
+DISTNAME=      Module-Find-0.15
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -10,6 +10,8 @@
 COMMENT=       Lets you find and use modules in categories
 LICENSE=       ${PERL5_LICENSE}
 
+TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
+
 EXTRACT_USING= bsdtar
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Module/Find/.packlist
diff -r b5ee95889938 -r e814ddd76002 devel/p5-Module-Find/distinfo
--- a/devel/p5-Module-Find/distinfo     Thu Apr 16 11:20:28 2020 +0000
+++ b/devel/p5-Module-Find/distinfo     Thu Apr 16 11:26:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/01/01 04:42:07 mef Exp $
+$NetBSD: distinfo,v 1.9 2020/04/16 11:26:20 mef Exp $
 
-SHA1 (Module-Find-0.14.tar.gz) = 019bc632bf48a3be70b2fa23891ed1bb68d0cbc8
-RMD160 (Module-Find-0.14.tar.gz) = d236e5db60439b94b729544d07eeae65809e98fc
-SHA512 (Module-Find-0.14.tar.gz) = 401b1e5f1f399b8e131aabf778817de17a01b3f948d957a8b732baa998de9067a0a7c135d005a58e2a64c97f6575c6ff54d0009258a9f5817d5a3554acfb8950
-Size (Module-Find-0.14.tar.gz) = 7610 bytes
+SHA1 (Module-Find-0.15.tar.gz) = 36d3cbfa55739e695f26b7c35089f1faeda87dc6
+RMD160 (Module-Find-0.15.tar.gz) = bb135afdbd20b4e92c1e542908ee3444d017cc80
+SHA512 (Module-Find-0.15.tar.gz) = 769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac
+Size (Module-Find-0.15.tar.gz) = 7427 bytes



Home | Main Index | Thread Index | Old Index