diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 07:16:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 07:16:02 +0000 |
commit | 2a5d5e23e43a8909a747553561995b986fed224c (patch) | |
tree | cadafd80f8caf53ccb78a78eae693ecebfb92a9a | |
parent | a20756b86b8bb216cf1f1fd7e666dd2e777c9b49 (diff) | |
download | ikiwiki-2a5d5e23e43a8909a747553561995b986fed224c.tar ikiwiki-2a5d5e23e43a8909a747553561995b986fed224c.tar.gz |
response
-rw-r--r-- | doc/bugs/prune_causing_taint_mode_failures.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/prune_causing_taint_mode_failures.mdwn b/doc/bugs/prune_causing_taint_mode_failures.mdwn index fdaeb87c6..cccb32ac7 100644 --- a/doc/bugs/prune_causing_taint_mode_failures.mdwn +++ b/doc/bugs/prune_causing_taint_mode_failures.mdwn @@ -26,4 +26,8 @@ sub prune ($) { #{{{ } } } #}}} -</pre>
\ No newline at end of file +</pre> + +> Old versions of perl are known to have bugs with taint checking. +> I don't really support using ikiwiki with the perl 5.8.4 in debian +> oldstable, and would recommend upgrading. --[[Joey]] |