From: Frédéric Buclin Date: Mon, 14 Jan 2013 17:44:17 +0000 (+0100) Subject: Bug 829852: Requirements.pm no longer uses Safe X-Git-Tag: bugzilla-4.4rc2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff86366950ada6bcf2c40beeac1ac61266a1311;p=thirdparty%2Fbugzilla.git Bug 829852: Requirements.pm no longer uses Safe r=glob a=LpSolit --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 493b78eddb..6e6b27a65e 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -19,7 +19,6 @@ use Bugzilla::Constants; use Bugzilla::Install::Util qw(vers_cmp install_string bin_loc extension_requirement_packages); use List::Util qw(max); -use Safe; use Term::ANSIColor; # Return::Value 1.666002 pollutes the error log with warnings about this