diff mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 809:1d51c5e38faa

Add LDAP plugin suite
author rob@hoelz.ro
date Sun, 02 Sep 2012 15:35:50 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_lib_ldap/dev/t/XMPP/TestUtils.pm	Sun Sep 02 15:35:50 2012 +0200
@@ -0,0 +1,6 @@
+package XMPP::TestUtils;
+
+use strict;
+use warnings;
+
+1;