This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Remove no longer needed goto
[perl5.git] / ext / Devel-DProf / Makefile.PL
... / ...
CommitLineData
1BEGIN {
2 require 5.006;
3}
4
5use ExtUtils::MakeMaker;
6
7WriteMakefile(
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);