summaryrefslogtreecommitdiff
path: root/015/ch1.pl
diff options
context:
space:
mode:
Diffstat (limited to '015/ch1.pl')
-rwxr-xr-x015/ch1.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/015/ch1.pl b/015/ch1.pl
index c6cc4db..b5ea460 100755
--- a/015/ch1.pl
+++ b/015/ch1.pl
@@ -7,8 +7,7 @@
use strict;
use warnings;
-use List::Util qw<any>;
-use List::Util qw<max>;
+use List::Util qw<any max>;
my $LIMIT = 10;