The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 #!perluse strict;use warnings;use Test::More tests => 1;BEGIN { use_ok('Unicode::UTF8');}diag("Unicode::UTF8 $Unicode::UTF8::VERSION, Perl $], $^X");
#!perl
use
strict;
warnings;
Test::More
tests
=> 1;
BEGIN {
use_ok(
'Unicode::UTF8'
);
}
diag(
"Unicode::UTF8 $Unicode::UTF8::VERSION, Perl $], $^X"