diff options
author | 2014-04-24 09:05:10 +0000 | |
---|---|---|
committer | 2014-04-24 09:05:10 +0000 | |
commit | 9711809041c153fff48e3197400f9040c9beb620 (patch) | |
tree | 73384974aba7646238d736b1cf13578a2205c9ce /usr.bin/tmux/cmd-paste-buffer.c | |
parent | fix copied text in error string (diff) | |
download | wireguard-openbsd-9711809041c153fff48e3197400f9040c9beb620.tar.xz wireguard-openbsd-9711809041c153fff48e3197400f9040c9beb620.zip |
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@
Diffstat (limited to 'usr.bin/tmux/cmd-paste-buffer.c')
0 files changed, 0 insertions, 0 deletions