File: author-NoLogAnyAdapterLog4perl.t

package info (click to toggle)
libpoet-perl 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 652 kB
  • sloc: perl: 2,292; makefile: 10; sql: 6; sh: 4
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -w

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}

use Poet::t::NoLog4perl;
use Poet::Module::Mask;
my $mask = new Poet::Module::Mask('Log::Any::Adapter::Log4perl');
Poet::t::NoLog4perl->runtests;