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

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