Log-LogMethods

 view release on metacpan or  search on metacpan

t/Log-LogMethods-Log4PerlLogToString.t  view on Meta::CPAN

use Modern::Perl;

use Test::More qw(no_plan);
my $class='Log::LogMethods::Log4perlLogToString';
require_ok($class);
use_ok($class);

done_testing;



( run in 0.453 second using v1.01-cache-2.11-cpan-39bf76dae61 )