diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-23 10:32:25 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-25 08:27:44 +0100 |
commit | f6d098c6aa26a223a4250725da6a7784102e19a6 (patch) | |
tree | a2e104818aa67f49398811df6c23167f58a14320 /ext | |
parent | b54f893dc956463c59f2f0ee0ec913515bacd4c1 (diff) | |
download | perl-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.PL | 11 |
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', - }, -); |