App-Chained

 view release on metacpan or  search on metacpan

t/002_test.t  view on Meta::CPAN

# test

use strict ;
use warnings ;

use Test::Exception ;
use Test::Warn;
use Test::NoWarnings qw(had_no_warnings);

use Test::More 'no_plan';
#use Test::UniqueTestNames ;

use Test::Block qw($Plan);

use App::Chained ;

{
local $Plan = {'' => 1} ;


throws_ok
	{
	}
	qr//, 'failed' ;
}



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