view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 1482:25be5fde250f

mod_disable_tls: Default to empty set if disable_tls_ports not present in config (fixes traceback)
author Matthew Wild <mwild1@gmail.com>
date Sun, 10 Aug 2014 13:08:56 +0100
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;