Apache-Sling
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.008001;
use ExtUtils::MakeMaker;
my $tests = 't/Local/*.t';
if( ! $ENV{AUTOMATED_TESTING} ) {
if ( prompt(
"External tests require a running apache sling instance to test against!\n".
'Skip external tests?',
'y',
) =~ /^n/i ) {
$tests = 't/Local/*.t t/External/*.t';
}
}
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
( run in 1.423 second using v1.01-cache-2.11-cpan-6aa56a78535 )