From: justdave%bugzilla.org <> Date: Sun, 1 Mar 2009 04:03:15 +0000 (+0000) Subject: Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors X-Git-Tag: bugzilla-3.3.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e417256b835c35a09e0d2d8b58392beb8684e4a1;p=thirdparty%2Fbugzilla.git Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors r= LpSolit, a= justdave --- diff --git a/t/005whitespace.t b/t/005whitespace.t index 51433fe134..75f5329562 100644 --- a/t/005whitespace.t +++ b/t/005whitespace.t @@ -32,7 +32,7 @@ use lib 't'; use Support::Files; use Support::Templates; -use File::Spec 0.82; +use File::Spec; use Test::More tests => ( scalar(@Support::Files::testitems) + $Support::Templates::num_actual_files);