Alien-libpanda

 view release on metacpan or  search on metacpan

t/exception.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't';
use MyTest;
use Test::More;
use Test::Catch;

plan skip_all => 'available for linux only' unless $^O eq 'linux';

catch_run('[exception]');

done_testing;



( run in 1.621 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )