Subject: | Module doesn't have a pod abstract |
Hi François,
Your module doesn't have an abstract at the start of the pod. As a result, various tools like MetaCPAN can't find an abstract and don't have a one-line summary to present. This also results in MetaCPAN not presenting your module in the usual way. Various other tools expect to find an abstract as well.
The first thing in your pod should be something like:
=head1 NAME
CORBA::XPIDL - perl interface to CORBA library
or whatever it is this module does :-)
Cheers,
Neil