Apache2-CondProxy

 view release on metacpan or  search on metacpan

t/TEST.PL  view on Meta::CPAN

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
    $self->{vars}{src_dir} ||= $self->apxs('LIBEXECDIR');
 
    $self;
}
 
package My::TestRun;
 
use strict;
 
use lib qw(lib);
 
 
__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 )