From dbeaa20d57ea7e9dbbaae729fcda67715ae4eb1a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 28 Oct 2008 13:45:11 +0000 Subject: [PATCH] Oops, that should be List::Util, not Scalar::Util! :-) --- Bugzilla/DB/Mysql.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index 81b5d232bf..99310f4283 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -48,7 +48,7 @@ use Bugzilla::Util; use Bugzilla::Error; use Bugzilla::DB::Schema::Mysql; -use Scalar::Util qw(max); +use List::Util qw(max); # This is how many comments of MAX_COMMENT_LENGTH we expect on a single bug. # In reality, you could have a LOT more comments than this, because -- 2.47.2