From 0873b7a148165c2022e64832c36481fd4f943732 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 22 Nov 2010 20:53:22 +0000 Subject: initial commit of svc_dsl, qual, and qual_option - schema and new modules which do nothing currently, RT7111 --- FS/t/qual.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/qual.t (limited to 'FS/t/qual.t') diff --git a/FS/t/qual.t b/FS/t/qual.t new file mode 100644 index 000000000..5744483ed --- /dev/null +++ b/FS/t/qual.t @@ -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"; -- cgit v1.2.1