Skip to content

Commit

Permalink
Merge pull request #20 from manwar/add-test-prereq
Browse files Browse the repository at this point in the history
Added test prereq Test::Exception suggested by CPANTS.
  • Loading branch information
ytnobody committed Jan 17, 2020
2 parents 7f5fd42 + d5e0bcc commit 76e4237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ requires 'DBIx::Sunny';

on 'test' => sub {
requires 'Test::More', '0.98';
requires 'Test::Exception', '0';
requires 'Test::Time', '0';
requires 'DBD::SQLite', '0';
requires 'JSON', '0';
Expand Down

0 comments on commit 76e4237

Please sign in to comment.