# Some distributions have both gdbm and ndbm # Prefer gdbm to avoid the broken ndbm in some distributions # (no null key support) # Jonathan Stowe use Config; use ExtUtils::Liblist; ($self->{LIBS}) = ExtUtils::Liblist->ext('-lgdbm -lgdbm_compat') if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;