No description
We had some bad line continuations of longer string literals using a pattern like: 'foo" ."bar' I.e., a 'line1"."line2' instead of an actually working 'line1'.'line2' code. This still resulted in valid perl by luck, making it go unnoticed, but the resulting string was rather broken as it included the newline and .' code part for the line continuation. I noticed them due to bad indentation still using tabs, which was due to perltidy not touching string literals. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
|---|---|---|
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||