blob: e9cbf2c888b4904adba5cc842f67516f5ffa9402 (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'DJabberd::Plugin::VCard::LDAP' );
}
diag( "Testing DJabberd::Plugin::VCard::LDAP $DJabberd::Plugin::VCard::LDAP::VERSION, Perl $], $^X" );
|