From e0d91b4a7d854d5f0d1edeef7f96c22c13b24952 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 14 Jan 2013 18:42:59 +0100 Subject: Bug 829852: Requirements.pm no longer uses Safe r=glob a=LpSolit --- Bugzilla/Install/Requirements.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index eb36d15a6..e04701250 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 -- cgit v1.2.3-24-g4f1b