Subject: | [PATCH] Useful line numbers |
The patch available as branch 'dolmen/line-number' in the repo makes line numbers in fatpacked modules to be the true source line number in the fatpacked script.
'caller', 'die' in a fatpacked module will be reported as the exact line in the final fatpacked script which can help the script user for immediate diagnostics.
The patch implements this by injecting #line at the beginning of each module source.
--
Olivier Mengué - http://perlresume.org/DOLMEN