File: 00.load.t

package info (click to toggle)
liblog-fast-perl 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 164 kB
  • sloc: perl: 324; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use warnings;
use strict;
use Test::More tests => 1;

BEGIN { use_ok( 'Log::Fast' ) or BAIL_OUT('unable to load module') }

diag( "Testing Log::Fast $Log::Fast::VERSION, Perl $], $^X" );