summaryrefslogtreecommitdiffstatsabout
path: root/t/00-load.t
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2010-02-15 17:25:06 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2010-02-15 17:26:17 (GMT)
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" );