Skip to content

Commit f0d0a20

Browse files
Pino ToscanoFather Chrysostomos
Pino Toscano
authored and
Father Chrysostomos
committed
Add GNU/Hurd hints for NDBM_File
currently, there are few tests failing because of a broken NDBM module; using the same hints as used on Linux (given that apparently the cause is the same) makes the following tests pass: t/op/dbm.t cpan/autodie/t/dbmopen.t cpan/Memoize/t/errors.t cpan/Memoize/t/tie_ndbm.t ext/NDBM_File/t/ndbm.t lib/AnyDBM_File.t Dominic Hargreaves adds: Note that the original git commit log [what you see above] lists some tests which aren't affected in blead.
1 parent 9521ca6 commit f0d0a20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,7 @@ ext/mro/mro.xs mro extension
36793679
ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture
36803680
ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
36813681
ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
3682+
ext/NDBM_File/hints/gnu.pl Hint for NDBM_File for named architecture
36823683
ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
36833684
ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
36843685
ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture

ext/NDBM_File/hints/gnu.pl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
do './hints/linux.pl' or die $@;

0 commit comments

Comments
 (0)