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