summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-08-06 08:47:26 +0200
committerjustdave%bugzilla.org <>2005-08-06 08:47:26 +0200
commit51f0717b4285af69f22b635751b6f4a62d1f7da8 (patch)
treee8d106b301f6ffe06cbec9e521e040e721e2da83 /checksetup.pl
parent9e496cd986d83dd64be529a80646ede6719bea78 (diff)
downloadbugzilla-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 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 311f8e3f5..f8385449e 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -301,7 +301,7 @@ my $modules = [
},
{
name => 'File::Spec',
- version => '0.82'
+ version => '0.84'
},
{
name => 'File::Temp',