The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mnet::Log::Test - Use to filter Mnet::Log entries for testing

SYNOPSIS

    use Mnet::Log::Test;

DESCRIPTION

This module can be used as a pragma to enable the filtering out of timestamps and other varying output from Mnet::Log entries. This was made to be used for test scripts that might fail with logged timestamps.

Refer to Mnet::Log and Mnet::Test for more information.

SEE ALSO

Mnet

Mnet::Log

Mnet::Test