mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
12 lines
291 B
Diff
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';
|