summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim <UnicronNL@users.noreply.github.com>2016-04-16 18:03:51 +0200
committerKim <UnicronNL@users.noreply.github.com>2016-04-16 18:03:51 +0200
commitbb2e1e9dbb7bdf153bf43056d64e82d749a3aa81 (patch)
tree074b849f60dc74448c53b026404b3da87559596b
parentc18b9618f4577fb80b07a0471f19a11ed2b3dfcb (diff)
downloadvyatta-op-bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81.tar.gz
vyatta-op-bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81.zip
stop smartmatch warnings
-rwxr-xr-xscripts/ping1
1 files changed, 1 insertions, 0 deletions
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) = @_;