summaryrefslogtreecommitdiffstats
path: root/cpanfile
blob: 3f15d5eeff2aa096ad714d8535f2510fa6bad6ca (plain)
1
2
3
4
5
6
requires 'perl', '5.008001';

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