summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/00use.t
blob: 082356a888a0f58107f364eac2465d24d547bb25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

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

done_testing;