LOGONLY mark 195c30 and b3fe9f as NODOC since they're tiny tweaks
[p5sagit/p5-mst-13.2.git] / ext / Devel-DProf / Makefile.PL
CommitLineData
ae7638f4 1BEGIN {
2 require 5.006;
3}
4
583a019e 5use ExtUtils::MakeMaker;
583a019e 6
583a019e 7WriteMakefile(
d7b9cf63 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 13 dist => {
14 COMPRESS => 'gzip -9f',
15 SUFFIX => 'gz',
16 DIST_DEFAULT => 'all tardist',
17 },
583a019e 18);