File: 00use.t

package info (click to toggle)
libio-socket-ip-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 1,087; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/perl -w

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

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