aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Jacoby <jacoby.david@gmail.com>2023-12-05 17:16:17 -0500
committerDave Jacoby <jacoby.david@gmail.com>2023-12-05 17:16:17 -0500
commitbe0b6ccafa2ecfadaa96e246aa2c81a85f9d0bf9 (patch)
treeff1cd948f32359cb83ec489ab2fde00cfbe5d8f0
parent139df89fd5580d361b6a8efa73e59b88427b1456 (diff)
downloadperlweeklychallenge-club-be0b6ccafa2ecfadaa96e246aa2c81a85f9d0bf9.tar.gz
perlweeklychallenge-club-be0b6ccafa2ecfadaa96e246aa2c81a85f9d0bf9.tar.bz2
perlweeklychallenge-club-be0b6ccafa2ecfadaa96e246aa2c81a85f9d0bf9.zip
removed module in 246
-rw-r--r--challenge-246/dave-jacoby/perl/ch-2.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-246/dave-jacoby/perl/ch-2.pl b/challenge-246/dave-jacoby/perl/ch-2.pl
index 2cf6806510..12e00708a9 100644
--- a/challenge-246/dave-jacoby/perl/ch-2.pl
+++ b/challenge-246/dave-jacoby/perl/ch-2.pl
@@ -4,8 +4,6 @@ use strict;
use warnings;
use experimental qw{ say postderef signatures state };
-use Algorithm::Combinatorics qw{ variations };
-
my @examples = (
[ 1, 1, 2, 3, 5 ],