Spaces:
Running
Running
File size: 151 Bytes
1d777c4 |
1 2 3 4 5 6 7 8 9 10 |
use strict;
# Adjust the number here!
use Test::More tests => 2;
BEGIN {
use_ok('Encode');
use_ok('Encode::$_Name_');
}
# Add more test here!
|