Apache2-Controller

 view release on metacpan or  search on metacpan

t/TEST.PL  view on Meta::CPAN


use strict;
use warnings FATAL => 'all';

use FindBin;
use YAML::Syck;

use blib;
use lib "$FindBin::Bin/lib";

use Apache2::Controller::Test::TestRun ();
  
Apache2::Controller::Test::TestRun->new->run(@ARGV);



( run in 0.771 second using v1.01-cache-2.11-cpan-e1769b4cff6 )