diff options
-rwxr-xr-x | bin/checklinks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/checklinks b/bin/checklinks index e442665..43eca8d 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -8,6 +8,8 @@ use Cwd; use Getopt::Long; use Term::ANSIColor; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + my $base = $ENV{HOME}; my $msglevel = 0; my $remove = 0; |