The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011 package Whatever;BEGIN { $main::FILE = __FILE__; $main::FILE =~ s/goto_ending\.t/ending.t/; print "# goto $main::FILE\n";}use goto::file $main::FILE;die "Should not get here!";
package
Whatever;
BEGIN {
$main::FILE
= __FILE__;
=~ s/goto_ending\.t/ending.t/;
print
"# goto $main::FILE\n"
;
}
use
goto
::file
die
"Should not get here!"