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

1 by gregor herrmann
Import upstream version 1.002
1
use Test::Roo;
2
3
plan skip_all => "We just want to skip";
4
5
test 'just fail' => sub { ok(0) };
6
7
run_me;
8
done_testing;