Subject: | NAME section lists functions instead of module name |
The NAME section of a module is supposed to list the module name with a short description, like this:
=head1 NAME
Some::Module - frobnicate the fuzzbuttons
P does this instead:
=head1 NAME
P, Pe - Safer, friendlier sprintf/printf+say
i.e. it seems to list its functions instead of the module name.