Apache2-API

 view release on metacpan or  search on metacpan

t/TEST.PL  view on Meta::CPAN

#!perl
# See <http://perl.apache.org/docs/general/testing/testing.html>
use strict;
# use warnings FATAL => 'all';
use warnings;
use lib qw( lib );
use Apache::TestRunPerl ();

foreach my $k ( %Apache::TestConfig::Argv )
{
    if( substr( $k, 0, 1 ) eq '_' )
    {
        # print( STDERR "Setting environment variable \"", substr( $k, 1 ), "\"\n" );
        $ENV{ substr( $k, 1 ) } = $Apache::TestConfig::Argv{ $k };
    }
}

Apache::TestRunPerl->new->run( @ARGV );

package Apache::TestRun;



( run in 0.479 second using v1.01-cache-2.11-cpan-39bf76dae61 )