From a20756b86b8bb216cf1f1fd7e666dd2e777c9b49 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 21 Aug 2007 06:23:07 +0000 Subject: web commit by ali: Fix a typo --- doc/bugs/prune_causing_taint_mode_failures.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/bugs/prune_causing_taint_mode_failures.mdwn b/doc/bugs/prune_causing_taint_mode_failures.mdwn index bbbdb1633..fdaeb87c6 100644 --- a/doc/bugs/prune_causing_taint_mode_failures.mdwn +++ b/doc/bugs/prune_causing_taint_mode_failures.mdwn @@ -9,7 +9,7 @@ BEGIN failed--compilation aborted at (eval 5) line 130. I've no idea what's happening (hey, I'm a C programmer), but I've hacked prune() to workaround this as follows:
-use Scalar::Util qw(t>inted);
+use Scalar::Util qw(tainted);
 
 sub prune ($) { #{{{
         my $file=shift;
-- 
cgit v1.2.3