DEBSOURCES
Skip Quicknav
sources / libmoosex-logdispatch-perl / 1.2002-2 / t / 00.load.t
123456789
use Test::More tests => 1; { package TestUse; BEGIN { ::use_ok( 'MooseX::LogDispatch' ); } } diag( "Testing MooseX::LogDispatch $MooseX::LogDispatch::VERSION" );