]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops, that should be List::Util, not Scalar::Util! :-)
authormkanat%bugzilla.org <>
Tue, 28 Oct 2008 13:45:11 +0000 (13:45 +0000)
committermkanat%bugzilla.org <>
Tue, 28 Oct 2008 13:45:11 +0000 (13:45 +0000)
Bugzilla/DB/Mysql.pm

index 81b5d232bf981f9e50e8fd7235de01794b056640..99310f4283832cf7e484cdfbd72c595311c915e4 100644 (file)
@@ -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