X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Ft%2Fh_svc_external.t;fp=FS%2Ft%2Fh_svc_external.t;h=5248f876d4aad3fadcb17b482957ec3596768f94;hb=f7afca1829f8496509d10806439c37fcc1349135;hp=0000000000000000000000000000000000000000;hpb=72312a46911b3e71a4ea9739ee1571d74ae433fd;p=freeside.git diff --git a/FS/t/h_svc_external.t b/FS/t/h_svc_external.t new file mode 100644 index 000000000..5248f876d --- /dev/null +++ b/FS/t/h_svc_external.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_svc_external; +$loaded=1; +print "ok 1\n";