CGI-Application-Dispatch
view release on metacpan or search on metacpan
# make sure we can get to our modules
use lib 't/lib';
use Test::More 'no_plan';
use Plack::Test;
use HTTP::Request::Common;
use CGI::Application::Dispatch::PSGI;
use Module::Name;
use MyApp::Module::Name;
use MyApp::DispatchPSGI;
use MyApp::DispatchTablePSGI;
my $output = '';
# to capture and junk STDERR
my $junk;
( run in 0.352 second using v1.01-cache-2.11-cpan-de7293f3b23 )