s/ClientAPI::SessionCache/ClientAPI_SessionCache/ noticed by rjbs
authorivan <ivan>
Mon, 11 Jul 2005 10:58:32 +0000 (10:58 +0000)
committerivan <ivan>
Mon, 11 Jul 2005 10:58:32 +0000 (10:58 +0000)
FS/t/ClientAPI_SessionCache.t

index 4ba88e2..605803e 100644 (file)
@@ -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";