summaryrefslogtreecommitdiff
path: root/cpan/IO-Socket-IP/t/00use.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/IO-Socket-IP/t/00use.t')
-rw-r--r--cpan/IO-Socket-IP/t/00use.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpan/IO-Socket-IP/t/00use.t b/cpan/IO-Socket-IP/t/00use.t
deleted file mode 100644
index 5cb6310503..0000000000
--- a/cpan/IO-Socket-IP/t/00use.t
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use Test::More tests => 1;
-
-use_ok( "IO::Socket::IP" );