From 94fadd6a0b698352872832c1c42031240b2a21c2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 Sep 2013 02:26:46 +0200 Subject: checklinks: fix smartmatch warnings --- bin/checklinks | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3