Subject: | pod error |
Hi,
Your pod starts with
=begin pod
This causes problems for various tools. For example, MetaCPAN shows a blank page for your module as a result of this line. You could just leave this out, or change it to:
=pod
It's fine to leave it out, as the next line is =head1 NAME, which starts a pod section anyway.
You could also go with a shorter abstract:
Text::Greeking - generate meaningless text (eg to fill out a page when designing)
Cheers,
Neil