Parenthesize link text #151
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Whenever I see something in the documentation like:
I go "Huh"
That
in perlfuncis a non-sequitur. On the other hand, the text could have been written aswhich makes sense.
For years, I I toyed with solutions that didn't involve Pod::Simple learning to parse English (and French or whatever) to decide what text to insert that makes it clear as to what is happening. And finally, I came up with this one which makes it
This isn't ideal, but it is a lot better than currently. Note that the insertion of
inpresumes that the pod is in English. That is bad right off the bat, and maybe we should ditch it, and make itVarious tests have hard-coded the precise text expected the generated pod output to be, and those fail this PR. A few are in cpan modules shipped with blead. I chose not to fix those until the final PR is nailed down