http://qs321.pair.com?node_id=904813


in reply to Re^3: POD troubles
in thread POD troubles

OK, it states:


• Many older Pod translators require the lines before every Pod command and after every Pod command (including "=cut"!) to be a blank line. Having something like this:
    # - - - - - - - - - - - -
    =item $firecracker->boom()
    This noisily detonates the firecracker object.
    =cut
    sub boom {
    ...
...will make such Pod translators completely fail to see the Pod block at all.


So, "many older translators" don't like that, but current ones do? Otherwise why bother mentioning it?