From 3183d96cdcbc84c549c05467485c1fe27be9cadb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 17 Jun 2012 11:26:39 -0500 Subject: [PATCH] typo fix, reported by Joaquin Ferrero (RT#113616) --- pod/perllocale.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 90543ef..7ecff02 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -915,7 +915,7 @@ when taint checks are enabled. $tainted_output_file = shift; open(F, ">$tainted_output_file") - or warn "Open of $untainted_output_file failed: $!\n"; + or warn "Open of $tainted_output_file failed: $!\n"; The program can be made to run by "laundering" the tainted value through a regular expression: the second example--which still ignores locale -- 2.7.4