summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-02-25 16:47:01 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-02-25 17:55:21 +0100
commit6907d28d254a2b0fb5a2cbd3b9e90b0d0d0cd935 (patch)
tree2168ce1d9da4ccd024aea7c0aec35964af352696 /cpan
parent35cdccfc449a6fd4a67e96d112536fdb761748d5 (diff)
downloadperl-6907d28d254a2b0fb5a2cbd3b9e90b0d0d0cd935.tar.gz
Remove DProf's Makefile.PL
make_ext.pl can generate it for us.
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Devel-DProf/Makefile.PL18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpan/Devel-DProf/Makefile.PL b/cpan/Devel-DProf/Makefile.PL
deleted file mode 100644
index 5bb00128d0..0000000000
--- a/cpan/Devel-DProf/Makefile.PL
+++ /dev/null
@@ -1,18 +0,0 @@
-BEGIN {
- require 5.006;
-}
-
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
- NAME => 'Devel::DProf',
- DISTNAME => 'DProf',
- VERSION_FROM => 'DProf.pm',
- clean => { 'FILES' => 'tmon.out t/tmon.out t/err'},
- XSPROTOARG => '-noprototypes',
- dist => {
- COMPRESS => 'gzip -9f',
- SUFFIX => 'gz',
- DIST_DEFAULT => 'all tardist',
- },
-);