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.