summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-10-23 10:32:25 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-10-25 08:27:44 +0100
commitf6d098c6aa26a223a4250725da6a7784102e19a6 (patch)
treea2e104818aa67f49398811df6c23167f58a14320 /ext
parentb54f893dc956463c59f2f0ee0ec913515bacd4c1 (diff)
downloadperl-f6d098c6aa26a223a4250725da6a7784102e19a6.tar.gz
Remove some unnecessary Makefile.PLs from cpan/ and ext/
These modules all work with the default Makefile.PL written by make_ext.pl. (There are more Makefile.PLs in dist/ that could be removed too, but the general policy with dist/ is to leave such files in place to make it easier to roll CPAN releases from the blead source, which is canonical.)
Diffstat (limited to 'ext')
-rw-r--r--ext/Devel-Peek/Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/Devel-Peek/Makefile.PL b/ext/Devel-Peek/Makefile.PL
deleted file mode 100644
index 41fab879ed..0000000000
--- a/ext/Devel-Peek/Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
- NAME => "Devel::Peek",
- VERSION_FROM => 'Peek.pm',
- XSPROTOARG => '-noprototypes',
- 'dist' => {
- COMPRESS => 'gzip -9f',
- SUFFIX => 'gz',
- DIST_DEFAULT => 'all tardist',
- },
-);