diff options
author | ivan <ivan> | 2003-04-22 04:39:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-04-22 04:39:40 +0000 |
commit | 60527016538d1794227983d99ce3b77c8fcd7426 (patch) | |
tree | 47b306b3542ef8c822c922ffad2b33a6eabfda0b /FS/t/part_export-forward_shellcommands.t | |
parent | 579c95a605ba3eeacd28e965d9c1ed7ad6f03374 (diff) |
- mysql 4.1 is available; update documentation
- remove last vestiges of 1.3-style qmail/vpopmail exports from svc_domain and
svc_forward; add appropriate exports (closes: Bug#299)
Diffstat (limited to 'FS/t/part_export-forward_shellcommands.t')
-rw-r--r-- | FS/t/part_export-forward_shellcommands.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_export-forward_shellcommands.t b/FS/t/part_export-forward_shellcommands.t new file mode 100644 index 000000000..78ca68d10 --- /dev/null +++ b/FS/t/part_export-forward_shellcommands.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::forward_shellcommands; +$loaded=1; +print "ok 1\n"; |