File: 01-basics.t

package info (click to toggle)
liblog-any-adapter-callback-perl 0.102-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 94; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl

#use 5.010;
use strict;
use warnings;
use Test::More 0.98;

use Log::Any::Adapter::Callback;

# no tests yet
ok 1;

done_testing();