Subject: | module abstract is a bit weird :-) |
Hi,
The abstract section of your pod is:
=head1 NAME
#<? echo "$ModuleName - $ModuleAbstract" !>
#+
CGI::AuthRegister - Simple CGI Authentication and Registration in Perl
#-
This means that various tools don't find the abstract, and thus don't present your module right.
Various tools expect it to be:
=head1 NAME
CGI::AuthRegister - Simple CGI Authentication and Registration in Perl
With a blank line before and after, and between the header and the abstract line.
Cheers,
Neil