summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/GDBM_File
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2006-03-28 19:22:49 +0000
committermillert <millert@openbsd.org>2006-03-28 19:22:49 +0000
commitad15181a11e7a6111178323fcb68e099c84dfc82 (patch)
treecffce4a8f9b934b47139aac9594ebe7d08fdc381 /gnu/usr.bin/perl/ext/GDBM_File
parentsync (diff)
downloadwireguard-openbsd-ad15181a11e7a6111178323fcb68e099c84dfc82.tar.xz
wireguard-openbsd-ad15181a11e7a6111178323fcb68e099c84dfc82.zip
merge in perl 5.8.8
Diffstat (limited to 'gnu/usr.bin/perl/ext/GDBM_File')
-rw-r--r--gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm b/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
index 63541bb04ab..641bb01ec96 100644
--- a/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
+++ b/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
@@ -68,7 +68,7 @@ use XSLoader ();
GDBM_WRITER
);
-$VERSION = "1.07";
+$VERSION = "1.08";
sub AUTOLOAD {
my($constname);