From 71f9b1b7d52e3b1d9c3ab20ed3fa6bc0076aba0e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 5 Feb 2020 20:31:00 -0700 Subject: add pod tests Signed-off-by: Sean Whitton --- dist.ini | 3 +++ lib/Git/Annex.pm | 4 ++++ 2 files changed, 7 insertions(+) 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; -- cgit v1.2.3