diff options
author | 2010-09-24 15:06:37 +0000 | |
---|---|---|
committer | 2010-09-24 15:06:37 +0000 | |
commit | 0dc2eace317a852e5f4da130db2d009adf26967e (patch) | |
tree | 099038fb17f1e95a2b5715e2bc3a008abbd23f6b /gnu/usr.bin/perl/ext/GDBM_File | |
parent | remove files no longer in perl 5.12.2 (or that have moved) (diff) | |
download | wireguard-openbsd-0dc2eace317a852e5f4da130db2d009adf26967e.tar.xz wireguard-openbsd-0dc2eace317a852e5f4da130db2d009adf26967e.zip |
merge in perl 5.12.2 plus local changes
Diffstat (limited to 'gnu/usr.bin/perl/ext/GDBM_File')
-rw-r--r-- | gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t | 2 |
2 files changed, 1 insertions, 3 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 2c9081fa9e2..0b4182c34d7 100644 --- a/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm +++ b/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm @@ -69,7 +69,7 @@ use XSLoader (); ); # This module isn't dual life, so no need for dev version numbers. -$VERSION = '1.09'; +$VERSION = '1.10'; sub AUTOLOAD { my($constname); diff --git a/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t b/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t index 53a2ae5d9d0..c0addb0cf29 100644 --- a/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t +++ b/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t @@ -3,8 +3,6 @@ # $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ BEGIN { - chdir 't' if -d 't'; - @INC = '../lib'; require Config; import Config; if ($Config{'extensions'} !~ /\bGDBM_File\b/) { print "1..0 # Skip: GDBM_File was not built\n"; |