aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-crypt-ssleay/Crypt-SSLeay-0.72-Fix-building-on-Perl-without-dot-in-INC.patch
blob: 7073b10a20a8f1ad1cc5c41143aabe605970b223 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -up Crypt-SSLeay-0.72/Makefile.PL.orig Crypt-SSLeay-0.72/Makefile.PL
--- Crypt-SSLeay-0.72/Makefile.PL.orig	2017-05-16 13:44:37.511126314 +0200
+++ Crypt-SSLeay-0.72/Makefile.PL	2017-05-16 13:45:31.141903223 +0200
@@ -8,6 +8,7 @@ use Getopt::Long qw( GetOptionsFromArray
 use Path::Class;
 use Try::Tiny;
 
+BEGIN { push @INC, '.'; }
 use inc::IO::Interactive::Tiny;
 
 caller