summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-16 15:57:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-16 15:57:25 -0700
commit75b86c7375b06466aede8818791553250b5c3986 (patch)
treea0537658cbece541f37a57ace65953bab9f2e887
parentf18adc96dbc7fd83c9a6add6b0f0c18c05c47748 (diff)
downloadp5-API-GitForge-75b86c7375b06466aede8818791553250b5c3986.tar.gz
mark 'exit' redefines as not needing POD
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--lib/App/git/clean_forge_fork.pm2
-rw-r--r--lib/App/git/clean_forge_repo.pm2
-rw-r--r--lib/App/git/nuke_forge_fork.pm2
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/App/git/clean_forge_fork.pm b/lib/App/git/clean_forge_fork.pm
index bffcbab..187513f 100644
--- a/lib/App/git/clean_forge_fork.pm
+++ b/lib/App/git/clean_forge_fork.pm
@@ -81,4 +81,6 @@ sub main {
sub exit { $exit_main = shift // 0; goto EXIT_MAIN }
+=for Pod::Coverage exit
+
1;
diff --git a/lib/App/git/clean_forge_repo.pm b/lib/App/git/clean_forge_repo.pm
index 6ecb790..f5adf86 100644
--- a/lib/App/git/clean_forge_repo.pm
+++ b/lib/App/git/clean_forge_repo.pm
@@ -75,4 +75,6 @@ sub main {
sub exit { $exit_main = shift // 0; goto EXIT_MAIN }
+=for Pod::Coverage exit
+
1;
diff --git a/lib/App/git/nuke_forge_fork.pm b/lib/App/git/nuke_forge_fork.pm
index 6e6997a..773d863 100644
--- a/lib/App/git/nuke_forge_fork.pm
+++ b/lib/App/git/nuke_forge_fork.pm
@@ -82,4 +82,6 @@ sub main {
sub exit { $exit_main = shift // 0; goto EXIT_MAIN }
+=for Pod::Coverage exit
+
1;