| DIR:/proc/self/root/proc/thread-self/root/usr/lib64/perl5/vendor_perl/Encode/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/lib64/perl5/vendor_perl/Encode/_T.e2x |
use strict;
# Adjust the number here!
use Test::More tests => 2;
BEGIN {
use_ok('Encode');
use_ok('Encode::$_Name_');
}
# Add more test here!
|