Subject: | Parsing of multi-line block with chomping indicator not correct |
Hello
The following block:
---
description: >-
MAILFROM is the forged sender email address you want to use
in email submitted to the popularity-contest.
If your MTA is misconfigured or
impossible to configure correctly, and it always generates
invalid From: and/or Sender: lines, you can force different
results by setting MAILFROM here.
Should be parsed as 2 paragraphs. i.e. 2 long lines separated by 2 \n
Instead, YAML::Tiny parses as one single line, which is not correct.
Note that YAML parser returns the correct result.
Feel free to contact me if you need more details.
All the best