* minor documentation fix
[Devel-Leak.git] / Makefile.PL
blob2d55347b7f3717f26f4b0d20ebc66cdee549079c
1 use ExtUtils::MakeMaker;
2 use Config;
4 if ($] < 5.006 && $Config{'ccflags'} !~ /-DDEBUGGING/)
5  {
6   warn "This perl is not compiled with -DDEBUGGING - functions restricted\n";
7  }
9 WriteMakefile( 
10     'NAME'     => 'Devel::Leak',
11     'clean' => {FILES => "*% *.bak"},
12     'dist'     => { COMPRESS => 'gzip -f9', SUFFIX => '.gz' },
13     'VERSION_FROM'  => 'Leak.pm'