#!./perl -wuseTest::Moretests=>1;# Try using FileCache without importing to make sure everything's # initialized without it.{packageY;useFileCache();my$file='foo';END{unlink$file}FileCache::cacheout($file);print$file"bar";close$file;FileCache::cacheout("<",$file);::ok(<$file>eq"bar");close$file;}