summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-27 14:53:08 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-27 14:53:08 -0400
commit69c37d1c359eb08966d1b1dfbbd6f7ba079a847d (patch)
tree1d06ef238134b4cfedf742d36485d15b65e5d270
parentff7e2097b3ff2e56337361cab9c1d348413166a4 (diff)
downloadreply-69c37d1c359eb08966d1b1dfbbd6f7ba079a847d.tar.gz
reply-69c37d1c359eb08966d1b1dfbbd6f7ba079a847d.zip
pod coverage
-rw-r--r--lib/Reply/Plugin/Autocomplete.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/Autocomplete.pm b/lib/Reply/Plugin/Autocomplete.pm
index 8a64521..f504f0f 100644
--- a/lib/Reply/Plugin/Autocomplete.pm
+++ b/lib/Reply/Plugin/Autocomplete.pm
@@ -63,4 +63,9 @@ sub _tab_package_loaded {
return @results;
}
+=for Pod::Coverage
+ tab_handler
+
+=cut
+
1;