File: 000-use.t

package info (click to toggle)
liblog-handler-perl 0.45-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 392 kB
  • ctags: 145
  • sloc: perl: 2,017; makefile: 39
file content (6 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
use strict;
use warnings;
use Test::More tests => 1;
use Log::Handler;

ok(1, "use");