summaryrefslogtreecommitdiff
path: root/ext/MIME/Base64/t/unicode.t
blob: 0b8df1ae7cf8067770ca1c377cb0238bd7e997cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
BEGIN {
        chdir 't' if -d 't';
        @INC = '../lib';
}

print "1..1\n";

require MIME::Base64;

eval {
    MIME::Base64::encode(v300);
};

print "not " unless $@;
print "ok 1\n";