summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-06-27 19:54:04 +0200
committermkanat%bugzilla.org <>2006-06-27 19:54:04 +0200
commit49449152d181d37f554a1b6e44836384d3c54b3d (patch)
tree6e410467bb8af5723f6e8594ee4839b87fa36189 /Bugzilla/Bug.pm
parentcb1a77094a983e1e884b21e6b4086fb0dbc3ea7b (diff)
downloadbugzilla-49449152d181d37f554a1b6e44836384d3c54b3d.tar.gz
bugzilla-49449152d181d37f554a1b6e44836384d3c54b3d.tar.xz
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 'Bugzilla/Bug.pm')
-rwxr-xr-xBugzilla/Bug.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 8be6705ef..8b6302b92 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -43,6 +43,8 @@ use Bugzilla::Util;
use Bugzilla::Error;
use Bugzilla::Product;
+use List::Util qw(min);
+
use base qw(Exporter);
@Bugzilla::Bug::EXPORT = qw(
AppendComment ValidateComment