Subject: | Unfortunate perldoc rendering of String::Approx |
String-Approx-3.17
Because perldoc renders the C<> construct by putting the item in
doublequotes, items that contain doublequotes can get a bit "ugly".
For example, here's a section from the MODIFIERS perldoc output:
whitespace. The modifiers are inside an anonymous array: the "[ ]" in
the syntax are not notational, they really do mean "[ ]", for example
"[ "i", "2" ]". "["2 i"]" would be identical.
The attached patch replaces C<> with B<> where doublequotes are present
(or where consistent use of B<> seemed preferable to a mixture).
-- jpl
Message body not shown because it is not plain text.