X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Ft%2Fsvc_dsl.t;fp=FS%2Ft%2Fsvc_dsl.t;h=58cd0cf5f6ab6ddd0a17a3a502af0fcd742829b8;hb=0873b7a148165c2022e64832c36481fd4f943732;hp=0000000000000000000000000000000000000000;hpb=82cdd3bf93ccc681baa762322e123b45eac104a7;p=freeside.git diff --git a/FS/t/svc_dsl.t b/FS/t/svc_dsl.t new file mode 100644 index 000000000..58cd0cf5f --- /dev/null +++ b/FS/t/svc_dsl.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_dsl; +$loaded=1; +print "ok 1\n";