From fe15c4e613ec967e7fa5f95b3982b53364c24de9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 2 Jul 2012 14:23:49 -0700 Subject: quotations, RT#16996 --- FS/t/quotation_pkg.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/quotation_pkg.t (limited to 'FS/t/quotation_pkg.t') diff --git a/FS/t/quotation_pkg.t b/FS/t/quotation_pkg.t new file mode 100644 index 000000000..5164c7e1c --- /dev/null +++ b/FS/t/quotation_pkg.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::quotation_pkg; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1