diff options
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | cpan/Devel-DProf/Makefile.PL | 18 |
2 files changed, 0 insertions, 19 deletions
@@ -530,7 +530,6 @@ cpan/Devel-DProf/dprof/test8_t Perl code profiler tests cpan/Devel-DProf/dprof/test8_v Perl code profiler tests cpan/Devel-DProf/dprof/V.pm Perl code profiler tests cpan/Devel-DProf/DProf.xs Perl code profiler -cpan/Devel-DProf/Makefile.PL Perl code profiler makefile writer cpan/Devel-DProf/t/DProf.t Perl code profiler cpan/Devel-DProf/Todo Perl code profiler todo list cpan/Devel-PPPort/apicheck_c.PL Devel::PPPort apicheck generator 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', - }, -); |