aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/prune_causing_taint_mode_failures.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 07:16:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 07:16:02 +0000
commit2a5d5e23e43a8909a747553561995b986fed224c (patch)
treecadafd80f8caf53ccb78a78eae693ecebfb92a9a /doc/bugs/prune_causing_taint_mode_failures.mdwn
parenta20756b86b8bb216cf1f1fd7e666dd2e777c9b49 (diff)
downloadikiwiki-2a5d5e23e43a8909a747553561995b986fed224c.tar
ikiwiki-2a5d5e23e43a8909a747553561995b986fed224c.tar.gz
response
Diffstat (limited to 'doc/bugs/prune_causing_taint_mode_failures.mdwn')
-rw-r--r--doc/bugs/prune_causing_taint_mode_failures.mdwn6
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]]