diff options
Diffstat (limited to 'lib/Pod/Select.pm')
-rw-r--r-- | lib/Pod/Select.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Select.pm b/lib/Pod/Select.pm index e7c820f350..8310ea6c7c 100644 --- a/lib/Pod/Select.pm +++ b/lib/Pod/Select.pm @@ -181,7 +181,7 @@ Where I<cmd-expr> is intended to match the name of one or more POD commands, and I<text-expr> is intended to match the paragraph text for the command. If a range-regex is supposed to match a POD command, then the first character of the regex (the one after the initial '/') -absolutely I<must> be an single '=' character; it may not be anything +absolutely I<must> be a single '=' character; it may not be anything else (not even a regex meta-character) if it is supposed to match against the name of a POD command. |