I had the same problem on ActivePerl 5.6.1 and fixed it by removing the
#!/usr/bin/perl shebang line within the "testing prune 2" POD section of
PPI::Node. The older version of Perl seems to get confused and thinks
that line is the beginning of a script.
On Thu Aug 31 09:45:28 2006, ADAMK wrote:
Show quoted text> This is really interesting.
>
> For some reason, Perl itself on your host is NOT handling POD correctly,
> and code inside of =begin blocks is being parsed, and then parsed wrong.
>
> I honesty have no idea what is going on.
>
> Stalling until someone can explain to me WTF is going on, or offer a fix