File: all.t

package info (click to toggle)
libapache-ssllookup-perl 2.00-04-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: perl: 209; ansic: 10; makefile: 9; sh: 5
file content (9 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;
use warnings FATAL => 'all';

use Apache::Test;

plan tests => 1, need_min_module_version('Test::Builder' => '0.18_01');

ok 1;