aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-147/wlmb/perl/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-147/wlmb/perl/ch-1.pl b/challenge-147/wlmb/perl/ch-1.pl
index 1fa2fbebe8..b2842052a4 100755
--- a/challenge-147/wlmb/perl/ch-1.pl
+++ b/challenge-147/wlmb/perl/ch-1.pl
@@ -7,7 +7,7 @@ use v5.12;
use warnings;
use PDL;
use PDL::NiceSlice;
-use POSIX qw(); # don't import to avoid name collisions with PDL
+use POSIX (); # don't import to avoid name collisions with PDL
use Text::Wrap qw(wrap $columns $break);
die "Usage: ./ch-1.pl size_of_sieve number_of_truncatable_primes [base]\n"