The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789 use strict;# Adjust the number here!use Test::More tests => 2;BEGIN { use_ok('Encode'); use_ok('Encode::$_Name_');}# Add more test here!
use strict;
# Adjust the number here!
use Test::More tests => 2;
BEGIN {
use_ok('Encode');
use_ok('Encode::$_Name_');
}
# Add more test here!