diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-19 11:16:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-19 11:16:46 +0200 |
commit | d201df23d920e0f481895ce933f3c35fff708150 (patch) | |
tree | 570b89db6c14a098400f7de5bab8685d40e2d050 /cpanfile | |
parent | 015acd1c4a693a06b5ad800e91b4175f2249ec01 (diff) | |
download | App-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-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ on configure => sub { }; on 'test' => sub { + requires 'Log::Any::Adapter::TAP'; requires 'Test::Differences'; requires 'Test::Exception'; requires 'Test::MockObject'; |