diff options
author | justdave%bugzilla.org <> | 2005-08-06 08:47:26 +0200 |
---|---|---|
committer | justdave%bugzilla.org <> | 2005-08-06 08:47:26 +0200 |
commit | 51f0717b4285af69f22b635751b6f4a62d1f7da8 (patch) | |
tree | e8d106b301f6ffe06cbec9e521e040e721e2da83 /t/Support | |
parent | 9e496cd986d83dd64be529a80646ede6719bea78 (diff) | |
download | bugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.tar.gz bugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.tar.xz |
Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
r= LpSolit, a= justdave
Diffstat (limited to 't/Support')
-rw-r--r-- | t/Support/Templates.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm index 440358015..6848cf178 100644 --- a/t/Support/Templates.pm +++ b/t/Support/Templates.pm @@ -37,7 +37,7 @@ use vars qw(@languages @include_paths %include_path @referenced_files use Support::Files; use File::Find; -use File::Spec 0.82; +use File::Spec; # The available template languages @languages = (); |