X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fcust_tag.t;fp=FS%2Ft%2Fcust_tag.t;h=d81042ca278ba59728686ec458bc7cbd2c48e440;hb=130c7801e718d55c500e9f777112f51905cad060;hp=0000000000000000000000000000000000000000;hpb=24893d30ecc52b457e37214a598a07c5a0800c23;p=freeside.git diff --git a/FS/t/cust_tag.t b/FS/t/cust_tag.t new file mode 100644 index 000000000..d81042ca2 --- /dev/null +++ b/FS/t/cust_tag.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_tag; +$loaded=1; +print "ok 1\n";