The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112131415161718 package LayoutCompareModule;use strict;use warnings;BEGIN { *INFO = *main::INFO;}sub talk { INFO "talk"; Some::Other::ever();}sub complain { $_[0]->();}1;
package
LayoutCompareModule;
use
strict;
warnings;
BEGIN {
*INFO
=
*main::INFO
;
}
sub
talk {
INFO
"talk"
Some::Other::ever();
complain {
$_
[0]->();
1;