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

1
2
3
4
5
6
7
8
9
use strictures;
use Test::More;

use lib 'lib';
use CorpusCheck;

CorpusCheck->run_tests({ corpus => "/usr/share/dict/words" });

done_testing;