Skip to content

Commit

Permalink
Merge pull request #11 from manwar/add-missing-prereq
Browse files Browse the repository at this point in the history
Added missing prereq as reported by CPANTS.
  • Loading branch information
jorol committed Apr 11, 2019
2 parents cb5ff41 + cc1a913 commit 042bc5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ requires 'perl', 'v5.14.0';
requires 'Catmandu', '1.0601';
requires 'Catmandu::SRU', '0.040';
requires 'Readonly';
requires 'Moo';
requires 'Moo::Role';
requires 'XML::LibXML::Reader';

on 'test', sub {
requires 'Test::Exception', '0.32';
requires 'Test::More', '1.001003';
requires 'Test::Warn', 0;
requires 'Test::Pod', 0;
requires 'Software::License','0.103010';
};
};

0 comments on commit 042bc5b

Please sign in to comment.