summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-06 16:21:24 -0800
committerIvan Kohler <ivan@freeside.biz>2015-03-06 16:21:24 -0800
commit95b6042f37f00de9dca4b5654522fc4098a82d04 (patch)
tree1fabfb92237cd3184f984fdc2a8ac59ea56d9166 /FS/t
parent01c832583b09f6bb6c3ae6067187e08160424c71 (diff)
parent53ed077b4901be22b3ca5405a093364b6f6b6407 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/quotation_pkg_tax.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/quotation_pkg_tax.t b/FS/t/quotation_pkg_tax.t
new file mode 100644
index 000000000..448884bb9
--- /dev/null
+++ b/FS/t/quotation_pkg_tax.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation_pkg_tax;
+$loaded=1;
+print "ok 1\n";