зеркало из https://github.com/mozilla/gecko-dev.git
Bug 101560, pt 2. Perl 5.00503 gives a (bogus?) warning which 5.6 doesn't.
Quote manually rather than using qw to get arround this
This commit is contained in:
Родитель
a4ce4d1898
Коммит
befb702df6
|
@ -74,7 +74,7 @@ use Date::Parse; # For str2time().
|
|||
use RelationSet;
|
||||
|
||||
# Some environment variables are not taint safe
|
||||
delete $ENV{qw(PATH IFS CDPATH ENV BASH_ENV)};
|
||||
delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
|
||||
|
||||
# Contains the version string for the current running Bugzilla.
|
||||
$::param{'version'} = '2.15';
|
||||
|
|
Загрузка…
Ссылка в новой задаче