summaryrefslogtreecommitdiff
path: root/cpan/dist/IO-stringy/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/dist/IO-stringy/Makefile.PL')
-rwxr-xr-xcpan/dist/IO-stringy/Makefile.PL22
1 files changed, 0 insertions, 22 deletions
diff --git a/cpan/dist/IO-stringy/Makefile.PL b/cpan/dist/IO-stringy/Makefile.PL
deleted file mode 100755
index aeecddc2..00000000
--- a/cpan/dist/IO-stringy/Makefile.PL
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/perl
-use ExtUtils::MakeMaker;
-
-#------------------------------------------------------------
-# Makefile:
-#------------------------------------------------------------
-
-# Ensure the test output directory:
-(-d "testout") or mkdir "testout", 0755 or die "please make dir ./testout\n";
-
-# Write the Makefile:
-WriteMakefile(
- NAME => "IO-stringy",
- VERSION_FROM => "lib/IO/Stringy.pm",
- DISTNAME => "IO-stringy",
- 'dist' => {
- PREOP => "cvu_perl_preop -m IO::Stringy -f",
- COMPRESS => 'gzip',
- SUFFIX => 'gz',
- }
- );
-