summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Encode/_T.e2x
blob: 7b9a67e43d74454c1f8f9f607fd460a8e2047ee0 (plain)
1
2
3
4
5
6
7
8
9
use strict;
# Adjust the number here!
use Test::More tests => 2;

BEGIN {
    use_ok('Encode');
    use_ok('Encode::$_Name_');
}
# Add more test here!