Is a =cut without a starting pod directive supposed to start a
Pod section? The example below causes an error because the perl
parser ignores everything after the lone =cut:

bla();

=cut

sub bla { warn "hello" }


-- 
Slaven Rezic - slaven <at> rezic <dot> de

Reply via email to