summaryrefslogtreecommitdiff
path: root/FS/t/part_pkg_usage.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-02 23:36:31 -0800
committerIvan Kohler <ivan@freeside.biz>2013-03-02 23:36:31 -0800
commitc6782ab85ea83e0c78d85b8975985aac9d467f9d (patch)
tree1787389347daff9e32be8325ddf1c5e423f73163 /FS/t/part_pkg_usage.t
parent854299338fd5d9f231f47202ef1b37c46f1d1d6c (diff)
parent6c063e24b90cd374623e2841045fe4c61bed8143 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t/part_pkg_usage.t')
-rw-r--r--FS/t/part_pkg_usage.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_pkg_usage.t b/FS/t/part_pkg_usage.t
new file mode 100644
index 000000000..ba5ccb6c8
--- /dev/null
+++ b/FS/t/part_pkg_usage.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::part_pkg_usage;
+$loaded=1;
+print "ok 1\n";