Skip to content

Commit

Permalink
Merge pull request #11 from Manwar/missing-build-prereqs
Browse files Browse the repository at this point in the history
- Added missing build prereqs
  • Loading branch information
aereal committed Oct 26, 2015
2 parents fa4a193 + 05c6d3e commit 6212854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpanfile
Expand Up @@ -12,3 +12,7 @@ on 'test' => sub {
requires 'Test::More', '0.98';
};

on 'build' => sub {
requires 'Test::Deep';
};

0 comments on commit 6212854

Please sign in to comment.