From e417256b835c35a09e0d2d8b58392beb8684e4a1 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sun, 1 Mar 2009 04:03:15 +0000 Subject: Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors r= LpSolit, a= justdave --- t/005whitespace.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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); -- cgit v1.2.3-24-g4f1b