File

mod_lib_ldap/dev/t/XMPP/TestUtils.pm @ 949:b729414b4bf1

mod_firewall/actions: Move semicolon as to not produce two in a row. (Not legal in Lua)
author Kim Alvefur <zash@zash.se>
date Wed, 03 Apr 2013 19:41:00 +0200
parent 809:1d51c5e38faa
line wrap: on
line source

package XMPP::TestUtils;

use strict;
use warnings;

1;