various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / hints / sco.pl
CommitLineData
c2960299 1# Some versions of SCO contain a broken -ldbm library that is missing
2# dbmclose. Some of those might have a fixed library installed as
3# -ldbm.nfs.
4633a7c4 4$self->{LIBS} = ['-ldbm.nfs', '-ldbm'];