From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 #!./perlchdir 't' if -d 't';@INC = ( '.', '../lib' );our $UTF8 = (${^OPEN} || "") =~ /:utf8/;require "../t/lib/common.pl";
#!./perl
chdir
't'
if
-d
;
@INC
= (
'.'
,
'../lib'
);
our
$UTF8
= (${^OPEN} ||
""
) =~ /:utf8/;
require
"../t/lib/common.pl"