diff options
author | 2004-08-09 18:08:51 +0000 | |
---|---|---|
committer | 2004-08-09 18:08:51 +0000 | |
commit | 04bf48b9e2bc58227ac0da17f40089433d4f734e (patch) | |
tree | 6e41222006184ca3520a8e24bdf48dbc57cea896 /gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm | |
parent | move to 3.6-beta (diff) | |
download | wireguard-openbsd-04bf48b9e2bc58227ac0da17f40089433d4f734e.tar.xz wireguard-openbsd-04bf48b9e2bc58227ac0da17f40089433d4f734e.zip |
merge 5.8.5 into HEAD
remove now-unused files
crank libperl shared library major number
update Makefile.bsd-wrapper
tweak openbsd hints file for arm and m68k
Diffstat (limited to 'gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm')
-rw-r--r-- | gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm b/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm index c14954cdaad..e9bdce5c69b 100644 --- a/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm +++ b/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm @@ -7,7 +7,7 @@ require Tie::Hash; use XSLoader (); our @ISA = qw(Tie::Hash); -our $VERSION = "1.04"; +our $VERSION = "1.05"; XSLoader::load 'ODBM_File', $VERSION; |