diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-21 15:53:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-21 15:53:33 +0000 |
commit | 00baac8f3bcc04befcd869d03d8fa7c580011507 (patch) | |
tree | 50ce37f44da6c2e609d0ef1f53cd905735eaedde /lib/FileCache.pm | |
parent | 7b47f8ec94208751dc80d767188dd567678219e8 (diff) | |
download | perl-00baac8f3bcc04befcd869d03d8fa7c580011507.tar.gz |
A few POD fixes
p4raw-id: //depot/perl@25544
Diffstat (limited to 'lib/FileCache.pm')
-rw-r--r-- | lib/FileCache.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/FileCache.pm b/lib/FileCache.pm index 7a2aa89df6..75a36dd66b 100644 --- a/lib/FileCache.pm +++ b/lib/FileCache.pm @@ -52,6 +52,8 @@ append them to the command string as you would system EXPR. Returns EXPR on success for convenience. You may neglect the return value and manipulate EXPR as the filehandle directly if you prefer. +=back + =head1 CAVEATS While it is permissible to C<close> a FileCache managed file, |