summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;