diff options
author | 2006-03-28 19:22:49 +0000 | |
---|---|---|
committer | 2006-03-28 19:22:49 +0000 | |
commit | ad15181a11e7a6111178323fcb68e099c84dfc82 (patch) | |
tree | cffce4a8f9b934b47139aac9594ebe7d08fdc381 /gnu/usr.bin/perl/ext/GDBM_File | |
parent | sync (diff) | |
download | wireguard-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.pm | 2 |
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); |