#!/usr/bin/perl -w # test - test stub for stubSender library testing. # (c) 2006 Julian Haight, http://www.julianhaight.com/ # All Rights Reserved under GPL: http://www.gnu.org/licenses/gpl.txt use strict; use Stubmail; Stubmail::test(); 1;