File: 00.load.t

package info (click to toggle)
libmarc-file-marcmaker-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: perl: 544; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!perl -w

use strict;

use Test::More tests=>6;

BEGIN {
    use_ok( 'MARC::Record' );
    use_ok( 'MARC::Batch' );
    use_ok( 'MARC::Field' );
    use_ok( 'MARC::File' );
    use_ok( 'MARC::File::MARCMaker' );
    use_ok( 'MARC::File::USMARC' );
}

diag( "Testing MARC::File::MARCMaker $MARC::File::MARCMaker::VERSION" );