Subject: | parse failure reason is not accessable when read() fails |
Thanks for this module, I find it useful. Here's a suggestion to improve
it.
When the read() method fails, "undef" is returned. There is currently no
way to access a diagnostic message of *why* the parsing fails. It's
important to know at least whether the input file was bad of if there was
perhaps some other internal reason for not being able to complete the
parsing.
A way should added to access this.
Thanks!
Mark