#!/usr/bin/env perl -w use strict; use Test; BEGIN { plan tests => 1 } use CGI::Portal; ok(1);