Subject: | T::Builder more strict on 'plan' placement than TAP |
The TAP spec says that the plan can be either the first or last line of
output (either above or below the diagnostic lines). Test::Builder will
refuse to do anything without a predefined test.
I think one of the great strengths of T::Builder is that it allows dev's
to create tests on the fly... but this is of limited use due to the
predefined plan restrictions. I sometimes don't know the plan until the
end.
Anyway the fix can be pretty straight forward. I wouldn't mind doing it
for you.