From: Michael Andreen Date: Sat, 22 Aug 2009 14:04:59 +0000 (+0200) Subject: Don't need List::Util for min() X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=208f038007b693c71734ee3c4bbee3ef7dc43cef Don't need List::Util for min() --- diff --git a/lib/ND b/lib/ND index 6987c1c..f2a8fe8 160000 --- a/lib/ND +++ b/lib/ND @@ -1 +1 @@ -Subproject commit 6987c1cc86ec91f7d3bf7d46b8745e89d31a5772 +Subproject commit f2a8fe893c12b768d32f0ddfd5f975ee2db6799d diff --git a/lib/NDWeb/Controller/Raids.pm b/lib/NDWeb/Controller/Raids.pm index 83b519e..cf99cea 100644 --- a/lib/NDWeb/Controller/Raids.pm +++ b/lib/NDWeb/Controller/Raids.pm @@ -6,7 +6,6 @@ use parent 'Catalyst::Controller'; use feature ':5.10'; use POSIX qw/floor pow/; -use List::Util qw/min/; use NDWeb::Include; use ND::Include;