summaryrefslogtreecommitdiffstatsabout
path: root/t/00-load.t
blob: 5ae63edca017f54c3c9f51db24440b539ce1b5fd (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'DJabberd::Authen::LDAP' );
}

diag( "Testing DJabberd::Authen::LDAP $DJabberd::Authen::LDAP::VERSION, Perl $], $^X" );