Subject: | Pod problems |
Hi Aaron,
Your module has a couple of pod issues.
First, the abstract doesn't follow the convention. It is:
=head1
NAME Data::Iterator::EasyObj - Turn an array of arrays into an iterator object
Various tools don't find the abstract, such as search.cpan.org and MetaCPAN. As a result MetaCPAN doesn't present it in the usual way. The abstract should be:
=head1 NAME
Data::Iterator::EasyObj - Turn an array of arrays into an iterator object
Also, the code in the SYNOPSIS section should all be indented with at least one space character. Because it isn't, the SYNOPSIS looks a bit funny in MetaCPAN and search.cpan.org
Cheers,
Neil