Amon2

 view release on metacpan or  search on metacpan

t/200_app/02_deepnamespace.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;
use File::Spec;
use FindBin;
use lib File::Spec->catdir($FindBin::Bin, '../..');
use t::Util;
use Test::Requires 'Text::MicroTemplate::Extended', 'Tiffany', 'Module::Find';

plan skip_all => "this test requires perl 5.10 or later" if $] < 5.010;

$ENV{PLACK_ENV} = 'development';

run_app_test('DeepNamespace');



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