aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Jacoby <jacoby.david@gmail.com>2020-09-07 17:12:52 -0400
committerDave Jacoby <jacoby.david@gmail.com>2020-09-07 17:12:52 -0400
commitad0ac77b594dcdbc8c1d5b83f716a11086d92665 (patch)
tree7bbb3514743f42867cbf6ba77c9cb06c15538f0c
parent31ed17bdfd83e3981777fdee9deb897f07d226d3 (diff)
downloadperlweeklychallenge-club-ad0ac77b594dcdbc8c1d5b83f716a11086d92665.tar.gz
perlweeklychallenge-club-ad0ac77b594dcdbc8c1d5b83f716a11086d92665.tar.bz2
perlweeklychallenge-club-ad0ac77b594dcdbc8c1d5b83f716a11086d92665.zip
Removed unnecessary module
-rwxr-xr-xchallenge-077/dave-jacoby/perl/ch-2.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-077/dave-jacoby/perl/ch-2.pl b/challenge-077/dave-jacoby/perl/ch-2.pl
index dd5fb46c75..f35435cb75 100755
--- a/challenge-077/dave-jacoby/perl/ch-2.pl
+++ b/challenge-077/dave-jacoby/perl/ch-2.pl
@@ -6,8 +6,6 @@ use feature qw{ say signatures state };
no warnings qw{ experimental };
use List::Util qw{ first };
-use JSON;
-my $json = JSON->new->pretty->canonical;
my @input = (
[ [qw[ O O X ]], [qw[ X O O ]], [qw[ X O O ]], ],