diff options
author | justdave%bugzilla.org <> | 2009-03-01 05:03:15 +0100 |
---|---|---|
committer | justdave%bugzilla.org <> | 2009-03-01 05:03:15 +0100 |
commit | e417256b835c35a09e0d2d8b58392beb8684e4a1 (patch) | |
tree | dda341b21b8f36fdc9e86d1cda022bdeb576a3e4 | |
parent | 807407dee1ada838031bc975f0cd562e19bc5ec9 (diff) | |
download | bugzilla-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
-rw-r--r-- | t/005whitespace.t | 2 |
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); |