]> ruin.nu Git - ndwebbie.git/commitdiff
Don't need List::Util for min()
authorMichael Andreen <harv@ruin.nu>
Sat, 22 Aug 2009 14:04:59 +0000 (16:04 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 22 Aug 2009 14:04:59 +0000 (16:04 +0200)
lib/ND
lib/NDWeb/Controller/Raids.pm

diff --git a/lib/ND b/lib/ND
index 6987c1cc86ec91f7d3bf7d46b8745e89d31a5772..f2a8fe893c12b768d32f0ddfd5f975ee2db6799d 160000 (submodule)
--- a/lib/ND
+++ b/lib/ND
@@ -1 +1 @@
-Subproject commit 6987c1cc86ec91f7d3bf7d46b8745e89d31a5772
+Subproject commit f2a8fe893c12b768d32f0ddfd5f975ee2db6799d
index 83b519e845c78446263cc17c1edc23666df4151a..cf99ceaeb822ca4a2e21fab2c6e349318d16a29e 100644 (file)
@@ -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;