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

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