#!perl -T
use strict;
my $pkg;
BEGIN {
$pkg = 'Catmandu::Importer::DOI';
use_ok $pkg;
}
require_ok $pkg;
done_testing 2;