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

#!perl
use strict;
use Test::More tests => 1;
BEGIN {
use_ok('Unicode::UTF8');
}
diag("Unicode::UTF8 $Unicode::UTF8::VERSION, Perl $], $^X");