pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-LoadAllModules
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 29 06:15:46 UTC 2018
Added Files:
pkgsrc/devel/p5-Test-LoadAllModules: DESCR Makefile distinfo
pkgsrc/devel/p5-Test-LoadAllModules/patches: patch-Makefile.PL
Log Message:
devel/p5-Test-LoadAllModules: import p5-Test-LoadAllModules-0.022
Test::LoadAllModules is a perl module that runs use_ok() on all
modules in the search path.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-LoadAllModules/DESCR \
pkgsrc/devel/p5-Test-LoadAllModules/Makefile \
pkgsrc/devel/p5-Test-LoadAllModules/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Test-LoadAllModules/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-LoadAllModules/DESCR:1.1
--- /dev/null Wed Aug 29 06:15:46 2018
+++ pkgsrc/devel/p5-Test-LoadAllModules/DESCR Wed Aug 29 06:15:46 2018
@@ -0,0 +1,2 @@
+Test::LoadAllModules is a perl module that runs use_ok() on all
+modules in the search path.
Index: pkgsrc/devel/p5-Test-LoadAllModules/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-LoadAllModules/Makefile:1.1
--- /dev/null Wed Aug 29 06:15:46 2018
+++ pkgsrc/devel/p5-Test-LoadAllModules/Makefile Wed Aug 29 06:15:46 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/08/29 06:15:46 wiz Exp $
+
+DISTNAME= Test-LoadAllModules-0.022
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Test-LoadAllModules
+COMMENT= Run use_ok() on all modules in the search path
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+
+PERL5_PACKLIST= auto/Test/LoadAllModules/.packlist
+
+PERL5_MODULE_TYPE= Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test-LoadAllModules/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-LoadAllModules/distinfo:1.1
--- /dev/null Wed Aug 29 06:15:46 2018
+++ pkgsrc/devel/p5-Test-LoadAllModules/distinfo Wed Aug 29 06:15:46 2018
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2018/08/29 06:15:46 wiz Exp $
+
+SHA1 (Test-LoadAllModules-0.022.tar.gz) = 9fb5fefc841f597f24ea7efba3ed0057060136dd
+RMD160 (Test-LoadAllModules-0.022.tar.gz) = 8cb616f6012ed378b2b74c9009633c508b8ff2d1
+SHA512 (Test-LoadAllModules-0.022.tar.gz) = 1223cc802f900cc14b99a8ebb7c19ca34117ac043d9f0a6b759f3432138fd3f7a9159d4d991a6e107ebc44c04d32714aa793d82f8830286fee96a1d57636862a
+Size (Test-LoadAllModules-0.022.tar.gz) = 45213 bytes
+SHA1 (patch-Makefile.PL) = 963683b5da4a87952b1fff840681e253f8119471
Index: pkgsrc/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL
diff -u /dev/null pkgsrc/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL:1.1
--- /dev/null Wed Aug 29 06:15:46 2018
+++ pkgsrc/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL Wed Aug 29 06:15:46 2018
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2018/08/29 06:15:46 wiz Exp $
+
+Fix:
+Bareword "use_test_base" not allowed while "strict subs" in use at Makefile.PL line 17.
+
+--- Makefile.PL.orig 2013-05-18 11:02:25.000000000 +0000
++++ Makefile.PL
+@@ -14,6 +14,5 @@ test_requires(
+ 'Module::Install::AuthorTests' => 0,
+ );
+
+-use_test_base;
+ auto_include;
+ WriteAll;
Home |
Main Index |
Thread Index |
Old Index