aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
diff options
context:
space:
mode:
authorGravatar Edward Rudd 2010-02-15 12:25:06 -0500
committerGravatar Edward Rudd 2010-02-15 12:26:17 -0500
commit20fd1b9f6f15f7864620ff91ff1eb257ad5ccb5a (patch)
tree8fac6793e5dec7630e056dc69b23da1f17ae84c0 /t/00-load.t
import version 0.010.01
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644
index 0000000..5ae63ed
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'DJabberd::Authen::LDAP' );
7}
8
9diag( "Testing DJabberd::Authen::LDAP $DJabberd::Authen::LDAP::VERSION, Perl $], $^X" );