summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-03-04 01:07:19 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-03-04 10:27:33 +0100
commiteac10e910a8fcb466a06da12c6748040e9a8babd (patch)
tree49117ce4e842452e29e1f5aae2ede9b4dc953ac2 /cpanfile
parent12a21ee5bbde99ae5273f777aaf5e3c606b69729 (diff)
downloadApp-BorgRestore-eac10e910a8fcb466a06da12c6748040e9a8babd.tar.gz
App-BorgRestore-eac10e910a8fcb466a06da12c6748040e9a8babd.tar.xz
Test adding of new archives
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 b73c790..e52f40d 100644
--- a/cpanfile
+++ b/cpanfile
@@ -4,5 +4,6 @@ on 'test' => sub {
requires 'Test::More', '0.98';
requires 'Test::MockObject';
requires 'Test::Exception';
+ requires 'Test::Differences';
};