Subject: | missing NAME section in pod |
Hi,
the pod for WWW::Freshmeat::Project lacks a NAME section, which is
important for the indexing of the manpages generated from it (lacking
whatis entry). A simple patch would be:
--- a/lib/WWW/Freshmeat/Project.pm
+++ b/lib/WWW/Freshmeat/Project.pm
@@ -335,6 +335,9 @@
}
}
+=head1 NAME
+
+WWW::Freshmeat::Project - retrieve project information
=head2 WWW::Freshmeat::Project methods
Florian