The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

package Whatever;
BEGIN {
$main::FILE = __FILE__;
$main::FILE =~ s/goto_caller\.t/caller.t/;
print "# goto $main::FILE\n";
}
use goto::file $main::FILE;
die "Should not get here!";