summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-08-09 19:36:07 +0200
committerlpsolit%gmail.com <>2007-08-09 19:36:07 +0200
commit1226f7f22e4a706b1755d359c07736575ed3af2b (patch)
treedaf80a17edb8e5a3edfe40ae3ee89cadfe115210 /Bugzilla/Config.pm
parent1e87283250635a69e5d855d1bd5d075253796e88 (diff)
downloadbugzilla-1226f7f22e4a706b1755d359c07736575ed3af2b.tar.gz
bugzilla-1226f7f22e4a706b1755d359c07736575ed3af2b.tar.xz
Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index fe58e0282..b1b0d6667 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -264,8 +264,6 @@ sub write_params {
my $datadir = bz_locations()->{'datadir'};
my $param_file = "$datadir/params";
- # This only has an affect for Data::Dumper >= 2.12 (ie perl >= 5.8.0)
- # Its just cosmetic, though, so that doesn't matter
local $Data::Dumper::Sortkeys = 1;
my ($fh, $tmpname) = File::Temp::tempfile('params.XXXXX',