From 51f0717b4285af69f22b635751b6f4a62d1f7da8 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sat, 6 Aug 2005 06:47:26 +0000 Subject: Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors r= LpSolit, a= justdave --- checksetup.pl | 2 +- docs/rel_notes.txt | 2 +- docs/xml/Bugzilla-Guide.xml | 2 +- t/004template.t | 2 +- t/005no_tabs.t | 2 +- t/008filter.t | 2 +- t/009bugwords.t | 2 +- t/Support/Templates.pm | 2 +- 8 files changed, 8 insertions(+), 8 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', diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index 120ee819d..aad77d701 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -98,7 +98,7 @@ Required Perl Modules Data::Dumper (any) Date::Format v2.21 DBI v1.38 (changed from 2.18) - File::Spec v0.82 + File::Spec v0.84 (changed from 2.18) File::Temp (any) Template Toolkit v2.08 Text::Wrap v2001.0131 diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 720240552..9ef9bae23 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -50,7 +50,7 @@ - + diff --git a/t/004template.t b/t/004template.t index 7f83c8702..4edb6a3ac 100644 --- a/t/004template.t +++ b/t/004template.t @@ -36,7 +36,7 @@ use Support::Templates; # Bug 137589 - Disable command-line input of CGI.pm when testing use CGI qw(-no_debug); -use File::Spec 0.82; +use File::Spec; use Template; use Test::More tests => ( scalar(@referenced_files) * scalar(@languages) + $num_actual_files * 2 ); diff --git a/t/005no_tabs.t b/t/005no_tabs.t index 51433fe13..75f532956 100644 --- a/t/005no_tabs.t +++ b/t/005no_tabs.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); diff --git a/t/008filter.t b/t/008filter.t index adbbf9e9b..59d3a2bd7 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -35,7 +35,7 @@ use lib 't'; use vars qw(%safe); use Support::Templates; -use File::Spec 0.82; +use File::Spec; use Test::More tests => $Support::Templates::num_actual_files; use Cwd; diff --git a/t/009bugwords.t b/t/009bugwords.t index b6cc73699..9249ba4ac 100644 --- a/t/009bugwords.t +++ b/t/009bugwords.t @@ -38,7 +38,7 @@ use Support::Files; use Support::Templates; use Bugzilla::Util; -use File::Spec 0.82; +use File::Spec; use Test::More tests => ($Support::Templates::num_actual_files); 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 = (); -- cgit v1.2.1