Subject: | Line number test fails with perl 5.12.0 |
In perl 5.12.0 (or more exactly, since the git commit
17cc9359ea8ee1b546aa067b91362160e3c1e1ee) a line number test fails:
not ok 5 - Line numbers incremented correctly
# Failed test 'Line numbers incremented correctly'
# at t/05recurse_include.t line 29.
# got: '29'
# expected: '28'
See here for a sample report: http://www.cpantesters.org/cpan/report/7041981
But actually I don't think that the line number should be incremented at
all when including files. After all, the module tries to emulate
#include from C, and there line numbers and file names are preserved,
regardless of included files.
Regards,
Slaven