From 51f0717b4285af69f22b635751b6f4a62d1f7da8 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sat, 6 Aug 2005 06:47:26 +0000 Subject: Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors r= LpSolit, a= justdave --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index adbbf9e9b..59d3a2bd7 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -35,7 +35,7 @@ use lib 't'; use vars qw(%safe); use Support::Templates; -use File::Spec 0.82; +use File::Spec; use Test::More tests => $Support::Templates::num_actual_files; use Cwd; -- cgit v1.2.3-24-g4f1b