diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2016-04-16 18:03:51 +0200 |
---|---|---|
committer | Kim <UnicronNL@users.noreply.github.com> | 2016-04-16 18:03:51 +0200 |
commit | bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81 (patch) | |
tree | 074b849f60dc74448c53b026404b3da87559596b | |
parent | c18b9618f4577fb80b07a0471f19a11ed2b3dfcb (diff) | |
download | vyatta-op-bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81.tar.gz vyatta-op-bb2e1e9dbb7bdf153bf43056d64e82d749a3aa81.zip |
stop smartmatch warnings
-rwxr-xr-x | scripts/ping | 1 |
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) = @_; |