diff options
author | 2014-11-17 20:52:31 +0000 | |
---|---|---|
committer | 2014-11-17 20:52:31 +0000 | |
commit | 6fb12b7054efc6b436584db6cef9c2f85c0d7e27 (patch) | |
tree | aa09a524574ec7ae2f521a24573deeecb78ff66a /gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm | |
parent | Add the Cammelia cipher to libcrypto. (diff) | |
download | wireguard-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.pm | 4 |
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]; |