Subject: | format of NAME pod section causing MetaCPAN problems |
The NAME section of your pod is this:
=head1 NAME
Net::DNS::Dig - dig like methods
That double space between '=head1' and 'NAME' means that MetaCPAN isn't parsing it right, so doesn't present it as Net::DNS::Dig, but as 'Dig.pm' (search for Net::DNS::Dig and you'll see what I mean).
I'll report it as a bug in MetaCPAN, but you may want to fix it anyway, as it may causes problems for other tools that parse pod.