File: load.t

package info (click to toggle)
libmarc-charset-perl 0.95-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,444 kB
  • ctags: 75
  • sloc: xml: 98,939; perl: 612; makefile: 52
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');