Apache-Test

 view release on metacpan or  search on metacpan

t/conf/modperl_extra.pl.in  view on Meta::CPAN

use strict;
use warnings FATAL => qw(all);

use File::Spec ();

use lib ();  # empty so we can calculate the lib to use

my @libs = (File::Spec->catfile('@ServerRoot@', 'response'),
            File::Spec->catfile('@ServerRoot@', qw(.. lib)));

lib->import(@libs);

1;



( run in 2.346 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )