File: 00-load.t

package info (click to toggle)
libcatmandu-ldap-perl 0.0105-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 107; 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 -T

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

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

require_ok 'Catmandu::Importer::LDAP';

done_testing 2;