summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-05 20:31:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-05 20:31:00 -0700
commit71f9b1b7d52e3b1d9c3ab20ed3fa6bc0076aba0e (patch)
tree192ab5c5ffab25f711a0034d51628de1935710dc
parenteb93df91d88ddc271c87ec7c59771994853a51f7 (diff)
downloadp5-Git-Annex-71f9b1b7d52e3b1d9c3ab20ed3fa6bc0076aba0e.tar.gz
add pod tests
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dist.ini3
-rw-r--r--lib/Git/Annex.pm4
2 files changed, 7 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index 21debcd..312edb8 100644
--- a/dist.ini
+++ b/dist.ini
@@ -11,6 +11,9 @@ version = 0.001
[MetaJSON]
[NextRelease]
+[PodCoverageTests]
+[PodSyntaxTests]
+
[@Git]
signed = 1
diff --git a/lib/Git/Annex.pm b/lib/Git/Annex.pm
index 5e6fe31..cd274f7 100644
--- a/lib/Git/Annex.pm
+++ b/lib/Git/Annex.pm
@@ -310,4 +310,8 @@ around BUILDARGS => sub {
return { toplevel => $toplevel };
};
+=for Pod::Coverage BUILDARGS
+
+=cut
+
1;