summaryrefslogtreecommitdiffstats
path: root/cpanfile
blob: e52f40de5ebdf7cebbf0cfb7f57df01b1aa63486 (plain)
1
2
3
4
5
6
7
8
9
requires 'perl', '5.010000';

on 'test' => sub {
    requires 'Test::More', '0.98';
	requires 'Test::MockObject';
	requires 'Test::Exception';
	requires 'Test::Differences';
};