]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - t/0-signature.t
remove SIGNATURE file
[term-progressbar.git] / t / 0-signature.t
diff --git a/t/0-signature.t b/t/0-signature.t
deleted file mode 100644 (file)
index e4713ee..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl
-use strict;
-use warnings;
-
-use Test::More;
-
-plan skip_all => 'Signature has not been updated';
-
-
-if ( ! eval { require Module::Signature; 1 } ) {
-  plan skip_all => 'Needs Module::Signature to verify the integrity of this distribution.';
-} elsif ( ! eval { require Socket; Socket::inet_aton('pgp.mit.edu') } ) {
-  plan skip_all => 'Cannot connect to the keyserver';
-} else {
-  plan tests => 1;
-  is Module::Signature::verify(), Module::Signature::SIGNATURE_OK(), 'Valid signature';
-}
-