This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement scheduled fatalization of my() in false conditional
authorJames E Keenan <jkeenan@cpan.org>
Tue, 25 Sep 2018 19:28:46 +0000 (15:28 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 3 Oct 2018 14:52:51 +0000 (10:52 -0400)
commit1f692f6a78e6beb89aeeae9497d98bc08ac936cf
treed1b43319fcfd21c888d6e54d3ac47e0751de314b
parent4288c5b93b3823465d8a11e569547afd41b5d1b8
Implement scheduled fatalization of my() in false conditional

op.c: substitute exception for warning.  Move documentation in perldiag
from W to F.  Remove tests for warnings for such statements.

Test for expected error messages for my() in false conditional.  Make
new tests more self-documenting.

For: RT # 133543
op.c
pod/perldiag.pod
t/lib/warnings/op
t/op/my.t