summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2005-07-11 10:58:32 +0000
committerivan <ivan>2005-07-11 10:58:32 +0000
commitd4cbeeb08ebfb1803a82cc4284ad592fa9950de1 (patch)
tree55ea53f61b5fa50e509c6706089f63569d4d5f01 /FS
parent78f16c1ba810129112b18e9362409f6c923ebf62 (diff)
s/ClientAPI::SessionCache/ClientAPI_SessionCache/ noticed by rjbs
Diffstat (limited to 'FS')
-rw-r--r--FS/t/ClientAPI_SessionCache.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/t/ClientAPI_SessionCache.t b/FS/t/ClientAPI_SessionCache.t
index 4ba88e238..605803eef 100644
--- a/FS/t/ClientAPI_SessionCache.t
+++ b/FS/t/ClientAPI_SessionCache.t
@@ -1,5 +1,5 @@
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
-use FS::ClientAPI::SessionCache;
+use FS::ClientAPI_SessionCache;
$loaded=1;
print "ok 1\n";