diff options
author | ivan <ivan> | 2002-07-03 14:21:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-03 14:21:56 +0000 |
commit | 8bc1ee56aea60731d98efd0e2399b202e9969187 (patch) | |
tree | cad089111e759eaa1827bea05e148de0bc819523 /FS/t/part_export-http.t | |
parent | 65b084de4b964abf527f08b6b8359f68ae592679 (diff) |
http export
Diffstat (limited to 'FS/t/part_export-http.t')
-rw-r--r-- | FS/t/part_export-http.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_export-http.t b/FS/t/part_export-http.t new file mode 100644 index 000000000..ba7209d10 --- /dev/null +++ b/FS/t/part_export-http.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::http_post; +$loaded=1; +print "ok 1\n"; |