view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 2438:a528627e45ab

mod_auth_any: Remove provider constructor, it's only called once anyways
author Kim Alvefur <zash@zash.se>
date Sun, 08 Jan 2017 11:27:01 +0100
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;