There is no skip() since we are not using Test*.
Jarkko Hietaniemi [Tue, 29 Jul 2003 10:30:05 +0000 (10:30 +0000)]
p4raw-id: //depot/perl@20294

lib/CPAN/t/signature.t

index 7e62c4d..cf81f88 100644 (file)
@@ -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";