summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-08-19 11:16:46 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-08-19 11:16:46 +0200
commitd201df23d920e0f481895ce933f3c35fff708150 (patch)
tree570b89db6c14a098400f7de5bab8685d40e2d050 /cpanfile
parent015acd1c4a693a06b5ad800e91b4175f2249ec01 (diff)
downloadApp-BorgRestore-d201df23d920e0f481895ce933f3c35fff708150.tar.gz
App-BorgRestore-d201df23d920e0f481895ce933f3c35fff708150.tar.xz
Add search_path and find_archives integration tests
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 64217f4..0229b16 100644
--- a/cpanfile
+++ b/cpanfile
@@ -27,6 +27,7 @@ on configure => sub {
};
on 'test' => sub {
+ requires 'Log::Any::Adapter::TAP';
requires 'Test::Differences';
requires 'Test::Exception';
requires 'Test::MockObject';