summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-11 16:06:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-11 16:22:56 +0200
commita89c5cf81e3f30418bcb3ade5c8d7fb441b1c9b6 (patch)
tree3bb82bc24bfd3185a712b02fe746c99445961cb0 /cpanfile
parent371f62a3bbecd32eecf8ad2c5455771c7be6de91 (diff)
downloadApp-BorgRestore-a89c5cf81e3f30418bcb3ade5c8d7fb441b1c9b6.tar.gz
App-BorgRestore-a89c5cf81e3f30418bcb3ade5c8d7fb441b1c9b6.tar.xz
Use Test::Pod::Coverage for main package
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 7a2609f..6176576 100644
--- a/cpanfile
+++ b/cpanfile
@@ -14,5 +14,6 @@ on 'test' => sub {
requires 'Test::Exception';
requires 'Test::Differences';
requires 'Test::Pod';
+ requires 'Test::Pod::Coverage';
};