The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
#
# $Id: 09-rand.t 3 2008-11-25 19:56:47Z gomor $
#

use Test;
BEGIN{ plan tests => 1 };

use Net::Libdnet;
ok(1);