view mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 3030:4a7f08fe793c

mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case
author Kim Alvefur <zash@zash.se>
date Sun, 20 May 2018 17:54:47 +0200
parents 1d51c5e38faa
children
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;