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

1
2
3
4
5
6
7
8
9
10
use 5.008001;

package Skipper;
use Test::Roo::Role;

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

test try_me => sub { ok(0) };

1;