File: load.t

package info (click to toggle)
libmarc-charset-perl 1.35-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,476 kB
  • sloc: xml: 99,038; perl: 774; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
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');