summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2009-03-01 05:03:15 +0100
committerjustdave%bugzilla.org <>2009-03-01 05:03:15 +0100
commite417256b835c35a09e0d2d8b58392beb8684e4a1 (patch)
treedda341b21b8f36fdc9e86d1cda022bdeb576a3e4 /t
parent807407dee1ada838031bc975f0cd562e19bc5ec9 (diff)
downloadbugzilla-e417256b835c35a09e0d2d8b58392beb8684e4a1.tar.gz
bugzilla-e417256b835c35a09e0d2d8b58392beb8684e4a1.tar.xz
Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
r= LpSolit, a= justdave
Diffstat (limited to 't')
-rw-r--r--t/005whitespace.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/005whitespace.t b/t/005whitespace.t
index 51433fe13..75f532956 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);