diff options
author | ivan <ivan> | 2002-07-22 10:51:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-22 10:51:22 +0000 |
commit | 920c0d8dea4535893157a547c87dda63dca64599 (patch) | |
tree | 3419d577f0b6fd1b2fc4533cfa09e08232b7424c /FS | |
parent | 5b78ae987febe0f160c06d0592c4b4920e5fe010 (diff) |
adding
Diffstat (limited to 'FS')
-rw-r--r-- | FS/t/ClientAPI.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/ClientAPI.t b/FS/t/ClientAPI.t new file mode 100644 index 000000000..973d8dada --- /dev/null +++ b/FS/t/ClientAPI.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::ClientAPI; +$loaded=1; +print "ok 1\n"; |