Codebase list libio-socket-ip-perl / fresh-snapshots/main t / 00use.t
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

00use.t @fresh-snapshots/mainraw · history · blame

#!/usr/bin/perl

use v5;
use strict;
use warnings;

use Test::More;

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

done_testing;