diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-07 18:12:12 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-07 18:12:12 -0500 |
commit | e35eb5a4184c9140e01422d0cb70c39cc1a8b969 (patch) | |
tree | ab8db32a10b57f0a54a1aa1748c57b8ab1148035 /doc/bugs | |
parent | 08cb5f7badff3fdb103cf84890b19b90c0600a4e (diff) |
* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/taint_issue_with_regular_expressions.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/taint_issue_with_regular_expressions.mdwn b/doc/bugs/taint_issue_with_regular_expressions.mdwn index 5ba9e19f6..6544c8aae 100644 --- a/doc/bugs/taint_issue_with_regular_expressions.mdwn +++ b/doc/bugs/taint_issue_with_regular_expressions.mdwn @@ -29,3 +29,7 @@ without any payload of the actual regexp, and that would also certainly also hav 'wiki_file_regexp' => qr/(?-xism:(^[-[:alnum:]_.:\/+]+$))/ This would call for at most an installation prerequisite of Data::Dumper >= 1.121. A look at the module's changelog shows that no intervening versions were actually released, so 1.121 would be the minimal good one. + +> You must have a very old version of perl there. This seems to be a bug in +> data dumper before 2.11, which didn't properly dump q// objects. Prereq +> added, [[done]] --[[Joey]] |