From c176c0147dbd70bb78673068520e411c1fb5745c Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 29 Jul 2003 10:30:05 +0000 Subject: There is no skip() since we are not using Test*. p4raw-id: //depot/perl@20294 --- lib/CPAN/t/signature.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/CPAN/t/signature.t b/lib/CPAN/t/signature.t index 7e62c4d157..cf81f88800 100644 --- a/lib/CPAN/t/signature.t +++ b/lib/CPAN/t/signature.t @@ -4,8 +4,7 @@ use strict; print "1..1\n"; if (!eval { require Module::Signature; 1 }) { - skip("Next time around, consider install Module::Signature, ". - "so you can verify the integrity of this distribution.", 1); + print "ok 1 # skip - no Module::Signature found\n"; } elsif (!eval { require Socket; Socket::inet_aton('pgp.mit.edu') }) { print "ok 1 # skip - Cannot connect to the keyserver"; -- cgit v1.2.1