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.