#!/usr/local/bin/perl use strict; use Test; BEGIN { plan tests => 1 } # 1: Load module use Net::Hotline; ok(1);