2 use ExtUtils::MakeMaker;
4 my $dist = 're-engine-Plugin';
7 configure_requires => {
8 'ExtUtils::MakeMaker' => 0,
11 'ExtUtils::MakeMaker' => 0,
16 bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
17 homepage => "http://search.cpan.org/dist/$dist/",
18 license => 'http://dev.perl.org/licenses/',
19 repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git",
24 NAME => 're::engine::Plugin',
25 AUTHOR => 'Vincent Pit <perl@profvince.com>',
27 ABSTRACT_FROM => 'Plugin.pod',
28 VERSION_FROM => 'Plugin.pm',
33 MIN_PERL_VERSION => 5.010,
36 PREOP => 'pod2text Plugin.pod > $(DISTVNAME)/README',
37 COMPRESS => 'gzip -9f', SUFFIX => 'gz'
40 FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
43 TESTS => 't/*.t t/*/*.t t/*/*/*.t',