In perl.git, the branch smoke-me/ilmari/forbid-$/-non-positive-ref has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/401848f21607a56ca9e45dfe3f94a5982e42208a?hp=f706cea21bd1d4f196f43ef39db77cd33037caed> discards f706cea21bd1d4f196f43ef39db77cd33037caed (commit) - Log ----------------------------------------------------------------- commit 401848f21607a56ca9e45dfe3f94a5982e42208a Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: Thu Jun 1 17:33:15 2017 +0100 Forbid setting $/ to a reference to a non-postive integer This used to work like setting it to 'undef', but has been deprecated since Perl 5.20. In passing, clean up the code that handles this: - space before = - avoid duplicate uninitialized warning by reusing 'val' - fix mis-indented comment ----------------------------------------------------------------------- Summary of changes: -- Perl5 Master Repository