This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Parse::CPAN::Meta from ext/ to cpan/
[perl5.git] / ext / Devel-DProf / Makefile.PL
1 BEGIN {
2         require 5.006;
3 }
4
5 use ExtUtils::MakeMaker;
6
7 WriteMakefile(
8         NAME            => 'Devel::DProf',
9         DISTNAME        => 'DProf',
10         VERSION_FROM    => 'DProf.pm',
11         clean           => { 'FILES' => 'tmon.out t/tmon.out t/err'},
12         XSPROTOARG      => '-noprototypes',
13         dist            => {
14                              COMPRESS => 'gzip -9f',
15                              SUFFIX => 'gz',
16                              DIST_DEFAULT => 'all tardist',
17                            },
18 );