odds and ends
authorjeff <jeff>
Wed, 31 Jan 2007 03:42:09 +0000 (03:42 +0000)
committerjeff <jeff>
Wed, 31 Jan 2007 03:42:09 +0000 (03:42 +0000)
FS/MANIFEST
FS/t/cust_pkg_option.t [new file with mode: 0644]

index c5c40c6..82f1064 100644 (file)
@@ -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 (file)
index 0000000..12314bf
--- /dev/null
@@ -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";