Skip Menu |

This queue is for tickets about the TAPx-Parser CPAN distribution.

Report information
The Basics
Id: 24319
Status: resolved
Priority: 0/
Queue: TAPx-Parser

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

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



Subject: Leading comments/junk should be allowed before the plan
The following is valid TAP: # this is a comment this is junk 1..1 ok 1 - this works TAPx::Parser reports it as a parse failure.
This is now fixed as of version 0.50_04.