]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/prune_causing_taint_mode_failures.mdwn
use PERL
[ikiwiki.git] / doc / bugs / prune_causing_taint_mode_failures.mdwn
index fdaeb87c6864eb84b0c45a724add49d2f4e823df..e698cbed7e6035fbcb3833c352c25ce1dc27fbdb 100644 (file)
@@ -26,4 +26,10 @@ 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]]
+
+[[tag patch done]]