From: Frédéric Buclin Date: Mon, 14 Jan 2013 17:42:59 +0000 (+0100) Subject: Bug 829852: Requirements.pm no longer uses Safe X-Git-Tag: bugzilla-4.5.1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d91b4a7d854d5f0d1edeef7f96c22c13b24952;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 eb36d15a6f..e04701250a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -20,7 +20,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