diff options
author | jeff <jeff> | 2007-02-27 01:51:52 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-02-27 01:51:52 +0000 |
commit | fbfffdabe931d704aae420984058e61dc4196b01 (patch) | |
tree | 20b82398f278cb8a0aebd47e1beb433bba660e03 /FS/t/conf.t | |
parent | 1d719ccff55b1a82208fdf44b6dcd2da96b3c42e (diff) |
config goes in database
Diffstat (limited to 'FS/t/conf.t')
-rw-r--r-- | FS/t/conf.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/conf.t b/FS/t/conf.t new file mode 100644 index 000000000..5e52079f6 --- /dev/null +++ b/FS/t/conf.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::conf; +$loaded=1; +print "ok 1\n"; |