Upgrade to Cwd 2.16
[p5sagit/p5-mst-13.2.git] / ext / NDBM_File / hints / linux.pl
CommitLineData
93121600 1# Some distributions have both gdbm and ndbm
2# Prefer gdbm to avoid the broken ndbm in some distributions
3# (no null key support)
4# Jonathan Stowe <gellyfish@gellyfish.com>
5use Config;
d35bf2f7 6$self->{LIBS} = ['-lgdbm'] if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;