App-MechaCPAN
view release on metacpan or search on metacpan
test_dists/TestDeps/t/basic.t view on Meta::CPAN
use strict;
use Test::More;
use TestDeps;
use Try::Tiny;
# replace with the actual test
#is(try { die } catch { 0 }, 0, 'Use okay');
ok(try { die } catch { 1 });
done_testing;
( run in 1.014 second using v1.01-cache-2.11-cpan-39bf76dae61 )