DEV Community

Discussion on: Perl 5.30 deprecates use of my() in a false conditional

Collapse
 
jrw profile image
jrw

Probably it was too hard to just fix it, so fatalizing it was the next best thing? But it seems very risky/buggy to fatalize only in the cases where the conditional expression is false, since that expression is not a constant.