Skip to content

Commit

Permalink
add Test::Fatal as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nnutter committed Feb 13, 2015
1 parent faf5cc6 commit 810361c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ requires 'Module::Runtime', 'v0.014';

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

on develop => sub {
Expand Down

0 comments on commit 810361c

Please sign in to comment.