You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. As of Perl 5.031009, it is possible to disable indirect method calls outright.
noif$] >= '5.031009', feature=>'indirect';
It occurred to me that this newly acquired capability might be a good fit for this module because indirect syntax is perilous and best avoided in modern code. Further, it appears unlikely that it will end up being part of a :5.32 feature bundle, which is a pity, I think.
The text was updated successfully, but these errors were encountered:
Hello. As of Perl 5.031009, it is possible to disable indirect method calls outright.
It occurred to me that this newly acquired capability might be a good fit for this module because indirect syntax is perilous and best avoided in modern code. Further, it appears unlikely that it will end up being part of a :5.32 feature bundle, which is a pity, I think.
The text was updated successfully, but these errors were encountered: