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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
use Test::Roo;

use lib 'lib';

with 'IteratorTest';

run_me(
    {
        iterator_class => 'Path::Class::Rule',
        result_type    => 'Path::Class::Entity',
    },
);

done_testing;