diff options
author | ivan <ivan> | 2004-12-29 12:00:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-29 12:00:08 +0000 |
commit | f7afca1829f8496509d10806439c37fcc1349135 (patch) | |
tree | ac127f51396332ba007d85f04bc414e7e8b1bfc0 /FS/t/h_Common.t | |
parent | 72312a46911b3e71a4ea9739ee1571d74ae433fd (diff) |
historical (immutable) invoice details about services and other history infrastructure
Diffstat (limited to 'FS/t/h_Common.t')
-rw-r--r-- | FS/t/h_Common.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/h_Common.t b/FS/t/h_Common.t new file mode 100644 index 000000000..174bb99e6 --- /dev/null +++ b/FS/t/h_Common.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_Common; +$loaded=1; +print "ok 1\n"; |