in reply to Using .pod as a standalone file rather than in .pm and it showing up in MetaCPAN

...where there is both a Module.pm and Module.pod perldoc will use Module.pod (same is true for metacpan.org)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re: Using .pod as a standalone file rather than in .pm and it showing up in MetaCPAN

Replies are listed 'Best First'.
Re^2: Using .pod as a standalone file rather than in .pm and it showing up in MetaCPAN
by rockyb (Scribe) on May 27, 2016 at 00:47 UTC
    Thanks. This is what I was looking for.