App-perlall
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
You might want to add this to the end of your ~/.profile for
handy 'p', 'pm', 'mt', 'perl-git' and more aliases:
test -f ~/.perlall && . ~/.perlall
INSTRUCTION
}
package MY;
sub test {
my $s = shift->SUPER::test(@_);
# root can not run the tests on unix platforms
$s =~ s/^(test_dynamic :: pure_all\n\t)(.+)$/$1if test `id -u` -gt 0; then $2; else echo skipped for root; true; fi/m
if $^O =~ /^linux|freebsd|darwin|solaris|openbsd$/;
$s;
}
# Local Variables:
# mode: cperl
# cperl-indent-level: 4
( run in 0.556 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )