File: 01_getserv.t

package info (click to toggle)
libtest-requiresinternet-perl 0.05-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 86; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!perl

use Test::More;
use Test::RequiresInternet ( 'www.google.com' => 'http' );

plan tests => 1;

ok(1);