diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-06 00:01:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-06 00:03:27 +0200 |
commit | 51e9f92fb0b134a4aec0619deb0f62ff316a4f7b (patch) | |
tree | a715f165935d0b782c8def12064b8fb2f92f96ee /cpanfile | |
parent | 7e0b6f38cf7c559908de7f05379604ceae3b3cda (diff) | |
download | App-BorgRestore-51e9f92fb0b134a4aec0619deb0f62ff316a4f7b.tar.gz App-BorgRestore-51e9f92fb0b134a4aec0619deb0f62ff316a4f7b.tar.xz |
Use Test::Pod
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,5 +12,6 @@ on 'test' => sub { requires 'Test::MockObject'; requires 'Test::Exception'; requires 'Test::Differences'; + requires 'Test::Pod'; }; |