diff options
author | ivan <ivan> | 2002-07-03 14:45:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-03 14:45:59 +0000 |
commit | 50c327ded5ad9b96c5f5975643d46511abc01d49 (patch) | |
tree | 2456310e91c0ef91951cde7f72ab53706f76eb5d /FS | |
parent | 8bc1ee56aea60731d98efd0e2399b202e9969187 (diff) |
s/_post//
Diffstat (limited to 'FS')
-rw-r--r-- | FS/t/part_export-http.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/t/part_export-http.t b/FS/t/part_export-http.t index ba7209d10..ea41b939f 100644 --- a/FS/t/part_export-http.t +++ b/FS/t/part_export-http.t @@ -1,5 +1,5 @@ BEGIN { $| = 1; print "1..1\n" } END {print "not ok 1\n" unless $loaded;} -use FS::part_export::http_post; +use FS::part_export::http; $loaded=1; print "ok 1\n"; |