summaryrefslogtreecommitdiffstats
path: root/t/004template.t
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-08-06 08:47:26 +0200
committerjustdave%bugzilla.org <>2005-08-06 08:47:26 +0200
commit51f0717b4285af69f22b635751b6f4a62d1f7da8 (patch)
treee8d106b301f6ffe06cbec9e521e040e721e2da83 /t/004template.t
parent9e496cd986d83dd64be529a80646ede6719bea78 (diff)
downloadbugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.tar.gz
bugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.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/004template.t')
-rw-r--r--t/004template.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004template.t b/t/004template.t
index 7f83c8702..4edb6a3ac 100644
--- a/t/004template.t
+++ b/t/004template.t
@@ -36,7 +36,7 @@ use Support::Templates;
# Bug 137589 - Disable command-line input of CGI.pm when testing
use CGI qw(-no_debug);
-use File::Spec 0.82;
+use File::Spec;
use Template;
use Test::More tests => ( scalar(@referenced_files) * scalar(@languages)
+ $num_actual_files * 2 );