From: mkanat%bugzilla.org <> Date: Tue, 28 Oct 2008 13:45:11 +0000 (+0000) Subject: Oops, that should be List::Util, not Scalar::Util! :-) X-Git-Tag: bugzilla-3.2rc2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbeaa20d57ea7e9dbbaae729fcda67715ae4eb1a;p=thirdparty%2Fbugzilla.git Oops, that should be List::Util, not Scalar::Util! :-) --- 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