This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cwd.pm needs to be installed in lib before SDBM_File recurses. Mark the dependency
authorTony Cook <tony@openbsd32.tony.develop-help.com>
Wed, 21 Jul 2010 23:48:18 +0000 (09:48 +1000)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 13:11:44 +0000 (15:11 +0200)
commitd11a62fe01f2ecb229aeda82048ad1a4c32cfde2
tree10883f89d6c16ce3bf3fb48070d9cebd0b5fe4cf
parent03f9528566237f9170dc0467302f5fa817ca7c9f
Cwd.pm needs to be installed in lib before SDBM_File recurses. Mark the dependency

make_ext.pl fills PERL5LIB with relative directories to the modules
needed, but this fails for SDBM_File when it recurses into
ext/SDBM_File/sdbm directory.  Revealed in parallel builds on OpenBSD.
Makefile.SH