From 49449152d181d37f554a1b6e44836384d3c54b3d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 27 Jun 2006 17:54:04 +0000 Subject: Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents Patch By Max Kanat-Alexander r=colin.ogilvie, r=vladd, a=justdave --- votes.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'votes.cgi') diff --git a/votes.cgi b/votes.cgi index 36661c278..bb2948b37 100755 --- a/votes.cgi +++ b/votes.cgi @@ -36,6 +36,8 @@ use Bugzilla::Bug; use Bugzilla::User; use Bugzilla::Product; +use List::Util qw(min); + my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; my $vars = {}; -- cgit v1.2.3-24-g4f1b