diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-03-04 01:07:19 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-03-04 10:27:33 +0100 |
commit | eac10e910a8fcb466a06da12c6748040e9a8babd (patch) | |
tree | 49117ce4e842452e29e1f5aae2ede9b4dc953ac2 /cpanfile | |
parent | 12a21ee5bbde99ae5273f777aaf5e3c606b69729 (diff) | |
download | App-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-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ on 'test' => sub { requires 'Test::More', '0.98'; requires 'Test::MockObject'; requires 'Test::Exception'; + requires 'Test::Differences'; }; |