diff options
Diffstat (limited to 'devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL')
-rw-r--r-- | devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL b/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL new file mode 100644 index 00000000000..74e7b2c2a26 --- /dev/null +++ b/devel/p5-Test-LoadAllModules/patches/patch-Makefile.PL @@ -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; |