Apache2-HTML-Detergent
view release on metacpan or search on metacpan
package My::TestConfig;
use strict;
use warnings;
use base qw(Apache::TestConfig);
sub new {
my $class = shift;
my $self = $class->SUPER::new(@_);
# explicit call to apxs...
$self->configure_apxs;
# ... so this works.
$self->{vars}{src_dir} ||= $self->apxs('LIBEXECDIR');
$self;
}
package My::TestRun;
( run in 0.995 second using v1.01-cache-2.11-cpan-49f99fa48dc )