diff options
author | Pino Toscano <pino@debian.org> | 2011-10-31 19:21:27 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-04 13:25:43 -0700 |
commit | f0d0a205cc02c769ca48d6df00f3eea304ff91d8 (patch) | |
tree | 929843452e2d7d3e65f07f450fc05e82f5b7ba64 /MANIFEST | |
parent | 9521ca61a5f043ac253fb6968071011282019212 (diff) | |
download | perl-f0d0a205cc02c769ca48d6df00f3eea304ff91d8.tar.gz |
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3679,6 +3679,7 @@ ext/mro/mro.xs mro extension ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture +ext/NDBM_File/hints/gnu.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture |