summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2014-11-17 20:52:31 +0000
committerafresh1 <afresh1@openbsd.org>2014-11-17 20:52:31 +0000
commit6fb12b7054efc6b436584db6cef9c2f85c0d7e27 (patch)
treeaa09a524574ec7ae2f521a24573deeecb78ff66a /gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm
parentAdd the Cammelia cipher to libcrypto. (diff)
downloadwireguard-openbsd-6fb12b7054efc6b436584db6cef9c2f85c0d7e27.tar.xz
wireguard-openbsd-6fb12b7054efc6b436584db6cef9c2f85c0d7e27.zip
Import perl-5.20.1
Diffstat (limited to 'gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm')
-rw-r--r--gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm b/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm
index 09583b04afa..149e88133ef 100644
--- a/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm
+++ b/gnu/usr.bin/perl/ext/FileCache/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];