Make Pod::Html more robust against malformed L<> contents.
authorNicholas Clark <nick@ccl4.org>
Tue, 10 Jan 2012 14:43:55 +0000 (15:43 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 17 Jan 2012 10:16:35 +0000 (11:16 +0100)
commit632c5d30411034128e91ad264a6401fe25d27710
tree8a657834983dbd508e52a6ba5064e1d60509a4a9
parent6c6fc3be9a6e74e4af716aada7ae4cbd4feb8338
Make Pod::Html more robust against malformed L<> contents.

Pod::Html attempts to search for the contents to see if they are a suffix
of any entry in an existing list, using a regular expression.
Previously the contents were interpolated directly into a regex, which
meant that if they happened to be syntactically invalid regular expression
syntax, Pod::Html aborted with a runtime error.
ext/Pod-Html/lib/Pod/Html.pm
pod/perldelta.pod