Subject: | should ignore descriptions, and other text that is not code |
It is not an error to include free-form text in the SYNOPSIS section - if it's not indented, it won't be formatted as code, and it shouldn't be tested as such.
e.g. extract_synopsis includes the string "In your application code:" in the code to be tested, which naturally fails -- https://metacpan.org/source/ETHER/Test-LWP-UserAgent-0.018/lib/Test/LWP/UserAgent.pm#L346