Package: perl-doc
Version: 5.18.0-1
Severity: minor

perldelta says you should add this line to disable warnings about smartmatch:

no if $] >= 5.018, "experimental::smartmatch";

However, the above line doesn't work. You should use this line instead:

no if $] >= 5.018, 'warnings', "experimental::smartmatch";

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to