aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'grpmi/curl_download/Makefile.PL')
-rwxr-xr-xgrpmi/curl_download/Makefile.PL9
1 files changed, 0 insertions, 9 deletions
diff --git a/grpmi/curl_download/Makefile.PL b/grpmi/curl_download/Makefile.PL
deleted file mode 100755
index 9bb1eebe..00000000
--- a/grpmi/curl_download/Makefile.PL
+++ /dev/null
@@ -1,9 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
- 'NAME' => 'curl_download',
- 'INSTALLDIRS' => 'vendor',
- 'VERSION_FROM' => 'curl_download.pm', # finds VERSION
- 'INC' => '-I.',
- 'MAKEFILE' => 'Makefile_c',
-);