From: Jarkko Hietaniemi Date: Tue, 29 Jul 2003 10:30:05 +0000 (+0000) Subject: There is no skip() since we are not using Test*. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c176c0147dbd70bb78673068520e411c1fb5745c;p=p5sagit%2Fp5-mst-13.2.git There is no skip() since we are not using Test*. p4raw-id: //depot/perl@20294 --- diff --git a/lib/CPAN/t/signature.t b/lib/CPAN/t/signature.t index 7e62c4d..cf81f88 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";