From e5a7afe08c7dcad0245ca97eb1394bb5221960cd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 27 Jun 2013 18:58:14 -0400 Subject: update docs --- lib/Reply/Plugin/Autocomplete/Keywords.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Reply/Plugin/Autocomplete/Keywords.pm') diff --git a/lib/Reply/Plugin/Autocomplete/Keywords.pm b/lib/Reply/Plugin/Autocomplete/Keywords.pm index b3ec05a..1742b87 100644 --- a/lib/Reply/Plugin/Autocomplete/Keywords.pm +++ b/lib/Reply/Plugin/Autocomplete/Keywords.pm @@ -32,9 +32,4 @@ sub tab_handler { return grep { $_ =~ $re } @Functions, @Barewords; } -=for Pod::Coverage - tab_handler - -=cut - 1; -- cgit v1.2.3-54-g00ecf