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 (12 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings FATAL => 'all';

use Apache::Test;
my $vars = Apache::Test::vars();

#skip all tests in this directory unless ssl is enabled
#and LWP has https support
plan tests => 1, [$vars->{ssl_module_name}, qw(LWP::Protocol::https)];

ok 1;