summaryrefslogtreecommitdiff
path: root/cpan/IO-Socket-IP/t/00use.t
blob: 5cb6310503938d81c253bfe3141ba16b1e33f7ae (plain)
1
2
3
4
5
6
#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;

use_ok( "IO::Socket::IP" );