1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/perl-www-curl: rebuild against perl 5.26

This commit is contained in:
Natanael Copa 2017-06-15 20:24:08 +00:00
parent e79a2c3889
commit 0470b70757
2 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,12 @@
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';