diff options
author | Mike Stok <mike@stok.co.uk> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +1200 |
commit | 687277c3db608708e6f760adc8a7c426df7f12e2 (patch) | |
tree | e1dacdc055999446152d0f4fd6468414f40f96d6 /lib | |
parent | 201ecf35b0c6aa83b4332b0a53bdf68f2a7b8840 (diff) | |
download | perl-687277c3db608708e6f760adc8a7c426df7f12e2.tar.gz |
patch for documentation error in FileCache.pm
I think that this patch brings FileCache's pod documentation into line
with the module's behaviour.
Credited: Unknown Contributor <mikebo@tellabs.com>
p5p-msgid: Pine.LNX.3.95.970810143321.437C-100000@stok.co.uk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/FileCache.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FileCache.pm b/lib/FileCache.pm index 4fd63315f9..e1c5ec4c8a 100644 --- a/lib/FileCache.pm +++ b/lib/FileCache.pm @@ -19,7 +19,7 @@ maximum. =head1 BUGS F<sys/param.h> lies with its C<NOFILE> define on some systems, -so you may have to set $cacheout::maxopen yourself. +so you may have to set $FileCache::cacheout_maxopen yourself. =cut |