]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
authorjustdave%bugzilla.org <>
Sun, 1 Mar 2009 04:03:15 +0000 (04:03 +0000)
committerjustdave%bugzilla.org <>
Sun, 1 Mar 2009 04:03:15 +0000 (04:03 +0000)
r= LpSolit, a= justdave

t/005whitespace.t

index 51433fe134b3bc70709b61b7cfc56548a5964fad..75f532956211f26c9c2dd85dfd45121cbad733d3 100644 (file)
@@ -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);