DEBSOURCES
Skip Quicknav
sources / libcatmandu-zotero-perl / 0.07-2 / t / 00-load.t
12345678910111213
#!perl use strict; use warnings; use Test::More; BEGIN { use_ok 'Catmandu::Importer::Zotero'; } require_ok 'Catmandu::Importer::Zotero'; done_testing 2;