This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / Devel-Peek / Makefile.PL
CommitLineData
3967c732
JD
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => "Devel::Peek",
4 VERSION_FROM => 'Peek.pm',
01f4840e 5 XSPROTOARG => '-noprototypes',
3967c732
JD
6 'dist' => {
7 COMPRESS => 'gzip -9f',
8 SUFFIX => 'gz',
9 DIST_DEFAULT => 'all tardist',
10 },
3967c732 11);