Skip Menu |

This queue is for tickets about the Config-General CPAN distribution.

Report information
The Basics
Id: 43007
Status: resolved
Priority: 0/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: fbicknel [...] nc.rr.com
Cc:
AdminCc:

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



Subject: Parsing error report inaccuracy
When configuration looks like: ... <Workflow> <STEP> NAME stuff </Workflow> ... The error returned is: Config::General: Block "<Workflow>" has no EndBlock statement... Whereas of course the correct error is that <STEP> has no EndBlock statement.
This is absolutely correct, but because of its recursive kind, I cannot access the name of the previous blockname in such a case. Sorry.