Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 7066
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: MISPARSE: __DATA_;
A __DATA__ line, with anything after it other than a newline, is probably going to misparse. This is due to a probably misunderstanding in how the parser handles __DATA__. It probably acts like a HEREDOC, rather than having to be on it's own line.