The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910 #!./perl -w# run Porting/bench.pl's selftestuse strict;chdir '..' if -f 'test.pl' && -f 'thread_it.pl';require './t/test.pl';system "$^X -I. -MTestInit Porting/bench.pl --action=selftest";
#!./perl -w
# run Porting/bench.pl's selftest
use
strict;
chdir
'..'
if
-f
'test.pl'
&& -f
'thread_it.pl'
;
require
'./t/test.pl'
system
"$^X -I. -MTestInit Porting/bench.pl --action=selftest"