File: Data-Validate-IP-slow.t

package info (click to toggle)
libdata-validate-ip-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 352 kB
  • sloc: perl: 1,069; sh: 23; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;
use warnings;

use lib 't/lib';

BEGIN {
    ## no critic (Variables::RequireLocalizedPunctuationVars)
    $ENV{DVI_NO_SOCKET} = 1;
}

use Test::Data::Validate::IP;
use Test::More 0.88;

run_tests();

done_testing();