1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/perl-www-curl/perl-5.26.patch
2017-06-15 20:37:01 +00:00

12 lines
291 B
Diff

diff --git a/Makefile.PL b/Makefile.PL
index bb852e4..dd6d228 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,7 @@
# Makefile.PL for Perl module WWW::Curl
# Check out the README file for more information.
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
name 'WWW-Curl';