From 86e3d17b0c3411579c8f8e3084a82af9a2048201 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Jul 2013 11:59:13 -0400 Subject: stub out docs to make pod coverage pass --- lib/Parse/Keyword.pm | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm index c981071..5055e0e 100644 --- a/lib/Parse/Keyword.pm +++ b/lib/Parse/Keyword.pm @@ -12,6 +12,24 @@ XSLoader::load( exists $Parse::Keyword::{VERSION} ? ${ $Parse::Keyword::{VERSION} } : (), ); +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=cut + +=func lex_peek + +=func lex_read + +=func lex_read_space + +=func parse_block + +=func compiling_package + +=cut + sub import { my $package = shift; my ($keywords) = @_; @@ -40,4 +58,53 @@ sub import { } } +=head1 BUGS + +No known bugs. + +Please report any bugs to GitHub Issues at +L. + +=head1 SEE ALSO + +L + +L + +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc Parse::Keyword + +You can also look for information at: + +=over 4 + +=item * MetaCPAN + +L + +=item * RT: CPAN's request tracker + +L + +=item * Github + +L + +=item * CPAN Ratings + +L + +=back + +=begin Pod::Coverage + + install_keyword_handler + +=end Pod::Coverage + +=cut + 1; -- cgit v1.2.3-54-g00ecf