From aa96bd6f2a1c177505b39cd9cf9086803499a0a5 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 16 Oct 2002 17:49:51 +0000 Subject: Bug 174524 - Tidy up Bugzilla::{Util,Config}, and lazily-load unneeded modules r=joel x2 --- globals.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index ad96eaf51..da954181a 100644 --- a/globals.pl +++ b/globals.pl @@ -81,7 +81,7 @@ use RelationSet; use File::Spec; # Some environment variables are not taint safe -delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; +#delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; # Cwd.pm in perl 5.6.1 gives a warning if $::ENV{'PATH'} isn't defined # Set this to '' so that we don't get warnings cluttering the logs on every @@ -433,7 +433,7 @@ sub GenerateVersionTable { print FID "# Any changes you make will be overwritten.\n"; print FID "#\n"; - use Data::Dumper; + require Data::Dumper; print FID Data::Dumper->Dump([\@::log_columns, \%::versions], ['*::log_columns', '*::versions']); -- cgit v1.2.3-24-g4f1b