10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
use strict;
|
|
# Adjust the number here!
|
|
use Test::More tests => 2;
|
|
|
|
BEGIN {
|
|
use_ok('Encode');
|
|
use_ok('Encode::$_Name_');
|
|
}
|
|
# Add more test here!
|