view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 5121:dd2c45d05f73

mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw) Mistakenly included 'mod_' prefix that the directory doesn't have
author Kim Alvefur <zash@zash.se>
date Fri, 30 Dec 2022 01:17:05 +0100
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;