diff options
| author | mkanat%bugzilla.org <> | 2006-06-27 17:54:04 +0000 |
|---|---|---|
| committer | mkanat%bugzilla.org <> | 2006-06-27 17:54:04 +0000 |
| commit | 49449152d181d37f554a1b6e44836384d3c54b3d (patch) | |
| tree | 6e410467bb8af5723f6e8594ee4839b87fa36189 /votes.cgi | |
| parent | cb1a77094a983e1e884b21e6b4086fb0dbc3ea7b (diff) | |
| download | bugs-49449152d181d37f554a1b6e44836384d3c54b3d.tar bugs-49449152d181d37f554a1b6e44836384d3c54b3d.tar.gz bugs-49449152d181d37f554a1b6e44836384d3c54b3d.tar.bz2 bugs-49449152d181d37f554a1b6e44836384d3c54b3d.tar.xz bugs-49449152d181d37f554a1b6e44836384d3c54b3d.zip | |
Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
Diffstat (limited to 'votes.cgi')
| -rwxr-xr-x | votes.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = {}; |
