Commit e417256b authored by justdave%bugzilla.org's avatar justdave%bugzilla.org

Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors

r= LpSolit, a= justdave
parent 807407de
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment