5 use ExtUtils::MakeMaker;
7 my $dist = 'Test-Leaner';
9 (my $name = $dist) =~ s{-}{::}g;
11 (my $file = $dist) =~ s{-}{/}g;
12 $file = "lib/$file.pm";
21 configure_requires => {
22 'ExtUtils::MakeMaker' => 0,
25 'ExtUtils::MakeMaker' => 0,
30 bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
31 homepage => "http://search.cpan.org/dist/$dist/",
32 license => 'http://dev.perl.org/licenses/',
33 repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git",
39 AUTHOR => 'Vincent Pit <perl@profvince.com>',
41 VERSION_FROM => $file,
42 ABSTRACT_FROM => $file,
44 PREREQ_PM => \%PREREQ_PM,
45 MIN_PERL_VERSION => 5.006,
48 PREOP => "pod2text $file > \$(DISTVNAME)/README",
49 COMPRESS => 'gzip -9f', SUFFIX => 'gz'
52 FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"