summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchecksetup.pl2
-rw-r--r--docs/rel_notes.txt2
-rw-r--r--docs/xml/Bugzilla-Guide.xml2
-rw-r--r--t/004template.t2
-rw-r--r--t/005no_tabs.t2
-rw-r--r--t/008filter.t2
-rw-r--r--t/009bugwords.t2
-rw-r--r--t/Support/Templates.pm2
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 @@
<!ENTITY min-file-temp-ver "any">
<!ENTITY min-appconfig-ver "1.52">
<!ENTITY min-text-wrap-ver "2001.0131">
-<!ENTITY min-file-spec-ver "0.82">
+<!ENTITY min-file-spec-ver "0.84">
<!ENTITY min-data-dumper-ver "any">
<!ENTITY min-dbd-mysql-ver "2.9003">
<!ENTITY min-dbd-pg-ver "1.31">
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 = ();