3 use ExtUtils::MakeMaker;
5 my $dist = 'Scope-Upper';
8 configure_requires => {
9 'ExtUtils::MakeMaker' => 0,
12 '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 => 'Scope::Upper',
25 AUTHOR => 'Vincent Pit <perl@profvince.com>',
27 VERSION_FROM => 'lib/Scope/Upper.pm',
28 ABSTRACT_FROM => 'lib/Scope/Upper.pm',
34 MIN_PERL_VERSION => 5.006,
37 PREOP => 'pod2text lib/Scope/Upper.pm > $(DISTVNAME)/README',
38 COMPRESS => 'gzip -9f', SUFFIX => 'gz'
41 FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
50 PERL_DL_NONLAZY=1 PERLDB_OPTS="NonStop=1" prove --exec='$(PERL) -d -T -I$(INST_LIB) -I$(INST_ARCHLIB)' $(TEST_FILES)