From: jeff Date: Wed, 31 Jan 2007 03:42:09 +0000 (+0000) Subject: odds and ends X-Git-Tag: TRIXBOX_2_6~703 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bbf490232a0805750ae946da1fa7c4006d0adafa odds and ends --- diff --git a/FS/MANIFEST b/FS/MANIFEST index c5c40c67d..82f106412 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -369,3 +369,5 @@ FS/reason.pm t/reason.t FS/reason_type.pm t/reason_type.t +FS/cust_pkg_option.pm +t/cust_pkg_option.t diff --git a/FS/t/cust_pkg_option.t b/FS/t/cust_pkg_option.t new file mode 100644 index 000000000..12314bf80 --- /dev/null +++ b/FS/t/cust_pkg_option.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pkg_option; +$loaded=1; +print "ok 1\n";