From f13afe5e228a220311557e1ca6dacbf847c26baf Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 19 Jun 2008 03:18:19 +0000 Subject: package categories (meta package classes) and grouping invoices by them --- FS/t/pkg_category.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/pkg_category.t (limited to 'FS/t') diff --git a/FS/t/pkg_category.t b/FS/t/pkg_category.t new file mode 100644 index 000000000..ee256d56f --- /dev/null +++ b/FS/t/pkg_category.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::pkg_category; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1