Skip to content

Commit

Permalink
bump CPANfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 14, 2013
1 parent 96cdb0e commit 7d18309
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
@@ -1,5 +1,5 @@
requires 'perl', '5.008001';
requires 'Module::CPANfile', 0.9010;
requires 'Module::CPANfile', 0.9029;
requires 'Dist::Zilla', 4.300017;
requires 'Try::Tiny', 0.10;

Expand Down
3 changes: 3 additions & 0 deletions t/cpanfile.t
Expand Up @@ -25,6 +25,9 @@ use Test::DZil;
requires => {
'Test::More' => '0.90',
},
recommends => {
'Test::TCP' => '0.2',
},
},
};
}
Expand Down
5 changes: 5 additions & 0 deletions t/dist/cpanfile
Expand Up @@ -3,4 +3,9 @@ requires 'DBI', '>= 1, < 2';

on test => sub {
requires 'Test::More', '0.90';
recommends 'Test::TCP', '0.2';
};

feature 'sqlite', 'SQLite support' => sub {
requires 'DBD::SQLite';
};

0 comments on commit 7d18309

Please sign in to comment.