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
ae7638f4
BZ
1BEGIN {
2 require 5.006;
3}
4
583a019e 5use ExtUtils::MakeMaker;
583a019e 6
583a019e 7WriteMakefile(
d7b9cf63
GS
8 NAME => 'Devel::DProf',
9 DISTNAME => 'DProf',
10 VERSION_FROM => 'DProf.pm',
95667ae4 11 clean => { 'FILES' => 'tmon.out t/tmon.out t/err'},
d7b9cf63 12 XSPROTOARG => '-noprototypes',
d7b9cf63
GS
13 dist => {
14 COMPRESS => 'gzip -9f',
15 SUFFIX => 'gz',
16 DIST_DEFAULT => 'all tardist',
17 },
583a019e 18);