Adjust test count.
[p5sagit/p5-mst-13.2.git] / ext / NDBM_File / hints / svr4.pl
CommitLineData
a5f75d66 1# Some SVR4 systems may need to link against routines in -lucb for
2# odbm. Some may also need to link against -lc to pick up things like
3# ecvt.
4$self->{LIBS} = ['-ldbm -lucb -lc'];