The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More tests => 3;
use strict;
use warnings;

use_ok('MARC::Charset');
ok(MARC::Charset->can('marc8_to_utf8'), 'has marc8_to_utf8');
ok((grep /marc8_to_utf8/, @MARC::Charset::EXPORT_OK), 'marc8_to_utf8 exported');