From: ivan Date: Sat, 28 Feb 2004 22:49:14 +0000 (+0000) Subject: adding X-Git-Tag: NET_WHOIS_RAW_0_31~113 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8590c9bef767a6eb95e9b8ba1f940d82d7193093 adding --- diff --git a/FS/t/acct_snarf.t b/FS/t/acct_snarf.t new file mode 100644 index 000000000..642760f20 --- /dev/null +++ b/FS/t/acct_snarf.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::acct_snarf; +$loaded=1; +print "ok 1\n";