~ubuntu-branches/ubuntu/trusty/libtest-roo-perl/trusty-proposed

1
2
3
4
5
6
7
8
use Test::Roo;

plan skip_all => "We just want to skip";

test 'just fail' => sub { ok(0) };

run_me;
done_testing;