summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/FileCache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/FileCache.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/FileCache.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/FileCache.pm b/Master/tlpkg/tlperl/lib/FileCache.pm
index 09583b04afa..149e88133ef 100644
--- a/Master/tlpkg/tlperl/lib/FileCache.pm
+++ b/Master/tlpkg/tlperl/lib/FileCache.pm
@@ -1,6 +1,6 @@
package FileCache;
-our $VERSION = '1.08';
+our $VERSION = '1.09';
=head1 NAME
@@ -94,7 +94,7 @@ no strict 'refs';
use vars qw(%saw $cacheout_maxopen);
$cacheout_maxopen = 16;
-use base 'Exporter';
+use parent 'Exporter';
our @EXPORT = qw[cacheout cacheout_close];