Apache2-CondProxy
view release on metacpan or search on metacpan
171819202122232425262728293031323334353637
$self
->{vars}{src_dir} ||=
$self
->apxs(
'LIBEXECDIR'
);
$self
;
}
package
My::TestRun;
use
strict;
use
warnings;
__PACKAGE__->new->run(
@ARGV
);
sub
new_test_config {
my
$self
=
shift
;
My::TestConfig->new(
$self
->{conf_opts});
}
( run in 0.241 second using v1.01-cache-2.11-cpan-8d75d55dd25 )