File: 00.load.t

package info (click to toggle)
libmoosex-logdispatch-perl 1.2002-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,858; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use Test::More tests => 1;
{
    package TestUse;
    BEGIN {
        ::use_ok( 'MooseX::LogDispatch' );
    }
}

diag( "Testing MooseX::LogDispatch $MooseX::LogDispatch::VERSION" );