summaryrefslogtreecommitdiffstats
path: root/external/perl/Text-Template-1.46/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'external/perl/Text-Template-1.46/Makefile.PL')
-rw-r--r--external/perl/Text-Template-1.46/Makefile.PL7
1 files changed, 0 insertions, 7 deletions
diff --git a/external/perl/Text-Template-1.46/Makefile.PL b/external/perl/Text-Template-1.46/Makefile.PL
deleted file mode 100644
index 491e03cb02..0000000000
--- a/external/perl/Text-Template-1.46/Makefile.PL
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
- NAME => 'Text::Template',
- VERSION_FROM => 'lib/Text/Template.pm',
-# 'linkext' => {LINKTYPE => ''},
- 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
-);