File: 00-load.t

package info (click to toggle)
libcatmandu-zotero-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 85; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl

use strict;
use warnings;
use Test::More;

BEGIN {
    use_ok 'Catmandu::Importer::Zotero';
}

require_ok 'Catmandu::Importer::Zotero';

done_testing 2;