initial commit of svc_dsl, qual, and qual_option - schema and new modules which do...
[freeside.git] / FS / t / qual.t
diff --git a/FS/t/qual.t b/FS/t/qual.t
new file mode 100644 (file)
index 0000000..5744483
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::qual;
+$loaded=1;
+print "ok 1\n";