SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/p5-Parallel-Prefork/patches/patch-Makefile_PL
Normal file
9
devel/p5-Parallel-Prefork/patches/patch-Makefile_PL
Normal file
|
@ -0,0 +1,9 @@
|
|||
Fix for perl 5.26.0+ (no . in @inc by default)
|
||||
Index: Makefile.PL
|
||||
--- Makefile.PL.orig
|
||||
+++ Makefile.PL
|
||||
@@ -1,3 +1,4 @@
|
||||
+BEGIN { push @INC, '.'; }
|
||||
use inc::Module::Install;
|
||||
|
||||
all_from 'lib/Parallel/Prefork.pm';
|
Loading…
Add table
Add a link
Reference in a new issue