Apache2-CondProxy

 view release on metacpan or  search on metacpan

t/TEST.PL  view on Meta::CPAN

    $self->{vars}{src_dir} ||= $self->apxs('LIBEXECDIR');

    $self;
}

package My::TestRun;

use strict;
use warnings;

use lib qw(lib);

use base qw(Apache::TestRunPerl);

__PACKAGE__->new->run(@ARGV);

sub new_test_config {
    my $self = shift;

    My::TestConfig->new($self->{conf_opts});
}



( run in 0.412 second using v1.01-cache-2.11-cpan-87723dcf8b7 )