Nephia-Plugin-Teng

 view release on metacpan or  search on metacpan

t/nephia-test_app/app.psgi  view on Meta::CPAN

use strict;
use warnings;
use File::Spec;
use File::Basename 'dirname';
use Config::Micro;
use lib (
    File::Spec->catdir(dirname(__FILE__), 'lib'), 
);
use Nephia::TestApp;
my $config = require( Config::Micro->file( dir => File::Spec->catdir('etc','conf') ) );
Nephia::TestApp->run( %$config );



( run in 0.395 second using v1.01-cache-2.11-cpan-05444aca049 )