fix with newer perl, @INC .
This commit is contained in:
parent
e3fffe0f16
commit
e1b1c45ec9
13
databases/p5-DBIx-Class/patches/patch-Makefile_PL
Normal file
13
databases/p5-DBIx-Class/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.3 2019/02/03 13:17:45 sthen Exp $
|
||||
|
||||
Index: Makefile.PL
|
||||
--- Makefile.PL.orig
|
||||
+++ Makefile.PL
|
||||
@@ -2,6 +2,7 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use 5.008001;
|
||||
+BEGIN { push @INC, '.'; }
|
||||
use inc::Module::Install 1.06;
|
||||
BEGIN { makemaker_args( NORECURS => 1 ) } # needs to happen early for old EUMM
|
||||
|
Loading…
Reference in New Issue
Block a user