Restructure the heredocs in perlmodlib.PL so the file as-is is valid Pod.
authorNicholas Clark <nick@ccl4.org>
Mon, 19 Dec 2011 15:25:44 +0000 (16:25 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Dec 2011 15:27:39 +0000 (16:27 +0100)
commitd72ea276d97aed1297904ca4cf2775b6f2a7db15
tree8d93ad238272672056c31eb0e6e0e84149114e21
parent1ce0c05c119a85d420011224986674267b9448b9
Restructure the heredocs in perlmodlib.PL so the file as-is is valid Pod.

Using =cut as the heredoc terminator makes the whole file parse as
(reasonably) sane Pod as-is to anything that attempts to brute-force treat
it as such. The content is already useful - this just makes it tidier, by
stopping anything doing this mistaking the rest of the Perl code for Pod.
pod/perlmodlib.PL