This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix for failing fork.t#12 on windows (win32_execvp() tweak in
[perl5.git] / lib / FileCache.pm
index 4fd6331..78a3e67 100644 (file)
@@ -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<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