diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2021-04-11 18:28:02 +0200 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2021-04-11 18:28:02 +0200 |
| commit | b9860adc2c74c82040a85aa0b8ba468ad5f2b614 (patch) | |
| tree | 7cdb6d01293e330de2bca976de25b8323ed0dd1e | |
| parent | ae9ec3f4ab6f88608e9de4cc0daac8cced95ecbd (diff) | |
| download | perlweeklychallenge-club-b9860adc2c74c82040a85aa0b8ba468ad5f2b614.tar.gz perlweeklychallenge-club-b9860adc2c74c82040a85aa0b8ba468ad5f2b614.tar.bz2 perlweeklychallenge-club-b9860adc2c74c82040a85aa0b8ba468ad5f2b614.zip | |
remove uses
| -rwxr-xr-x | challenge-107/jo-37/perl/ch-2.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/challenge-107/jo-37/perl/ch-2.pl b/challenge-107/jo-37/perl/ch-2.pl index 8352a9642b..939110614a 100755 --- a/challenge-107/jo-37/perl/ch-2.pl +++ b/challenge-107/jo-37/perl/ch-2.pl @@ -3,8 +3,6 @@ use v5.16; use Test2::V0; use List::Util 'uniq'; -use File::Spec; -use lib '.'; our ($tests, $examples); |
