summaryrefslogtreecommitdiff
path: root/015
diff options
context:
space:
mode:
authorGuillermo Ramos2019-07-01 13:53:37 +0200
committerGuillermo Ramos2019-07-01 13:53:37 +0200
commitd916ca90c354b29cc1b0953508e9601576a4fd1e (patch)
treef1997d85fb0736cfb0abdf4cb534f81df8220df3 /015
parent85d335507fbb74df316bd5831e621e1a37884c35 (diff)
downloadperlweekly-d916ca90c354b29cc1b0953508e9601576a4fd1e.tar.gz
[all] Formatting, missing comments in header, etc
Diffstat (limited to '015')
-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;