From bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81 Mon Sep 17 00:00:00 2001 From: Kim Date: Sat, 16 Apr 2016 18:03:51 +0200 Subject: stop smartmatch warnings --- scripts/ping | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/ping b/scripts/ping index c0fae36..b72ea54 100755 --- a/scripts/ping +++ b/scripts/ping @@ -40,6 +40,7 @@ use strict; use warnings; use NetAddr::IP; use feature ":5.10"; +use experimental 'smartmatch'; sub get_options { my ($opt, $args) = @_; -- cgit v1.2.3