The switch statement given/when was introduced in Perl 5.10 and got
authorbluhm <bluhm@openbsd.org>
Thu, 24 Apr 2014 09:05:10 +0000 (09:05 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 24 Apr 2014 09:05:10 +0000 (09:05 +0000)
commit9711809041c153fff48e3197400f9040c9beb620
tree73384974aba7646238d736b1cf13578a2205c9ce
parent2374dcc374ec25a6145b7bb5fbb5472db745a192
The switch statement given/when was introduced in Perl 5.10 and got
experimental in Perl 5.18.  So we see warnings in the tests.
given is experimental at funcs.pl line 62.
when is experimental at funcs.pl line 63.
Just suppress this type of warnings for now.  If Perl will disable
smart match, the simple regression code still works.  If they will
choose to remove given/when, we can fix it later.
Discussed with and OK andre@ afresh1@
regress/sys/kern/sosplice/funcs.pl
regress/usr.sbin/relayd/funcs.pl