#!/usr/bin/perl # $Id: 08-ip.t,v 1.2 2004/09/06 11:13:57 vman Exp $ use Test; BEGIN{ plan tests => 1 }; use Net::Libdnet; ok(1);