diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-03-03 00:21:11 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-03-03 00:21:11 +0100 |
commit | bc8bd4c00183228f675fda77e571d66671fcaca1 (patch) | |
tree | 37165d51998cb3f5c89815ec81ed054be3a814b3 /cpanfile | |
parent | 40b675d89f6842da2bac7d503ee4154d20abe412 (diff) | |
download | App-BorgRestore-bc8bd4c00183228f675fda77e571d66671fcaca1.tar.gz App-BorgRestore-bc8bd4c00183228f675fda77e571d66671fcaca1.tar.xz |
Add test deps to cpanfile
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,5 +2,7 @@ requires 'perl', '5.010000'; on 'test' => sub { requires 'Test::More', '0.98'; + requires 'Test::MockObject'; + requires 'Test::Exception'; }; |