X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFileCache.pm;h=78a3e67c315e18f33c8e42a0c9d3e90b22cb4e6d;hb=57451d77f86469523e0ddfb6d70d92f71e056fac;hp=4fd63315f9e34787131f25fa28d61da1be4ab056;hpb=7adad424447c8a24bce71f2593459be2ef4eb957;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/FileCache.pm b/lib/FileCache.pm index 4fd6331..78a3e67 100644 --- a/lib/FileCache.pm +++ b/lib/FileCache.pm @@ -1,5 +1,7 @@ package FileCache; +our $VERSION = '1.00'; + =head1 NAME FileCache - keep more files open than the system permits @@ -19,7 +21,7 @@ maximum. =head1 BUGS F lies with its C define on some systems, -so you may have to set $cacheout::maxopen yourself. +so you may have to set $FileCache::cacheout_maxopen yourself. =cut