MakeMaker must handle an empty $self->{LIBS} array.
authorCraig A. Berry <craigberry@mac.com>
Thu, 4 Jun 2009 13:10:50 +0000 (08:10 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 4 Jun 2009 15:16:43 +0000 (10:16 -0500)
commit8415bfe009d4d13c8d970b3e09ff685cfe5dc0d2
tree91cea19bce3062fc3db318059123024c8385959c
parent30e682852bf42358156ed62e06e91f75e9f5b807
MakeMaker must handle an empty $self->{LIBS} array.

6.52 broke the build on VMS because the Makefile.PL for Time::HiRes
sends C<'LIBS'  => []> to WriteMakefile() and the code to handle that
case was removed in a refactor, so we ended up not linking against
the main perl library (perlshr.exe on VMS).  More details and an
upstream submission of this patch are at:

https://rt.cpan.org/Ticket/Display.html?id=46633
lib/ExtUtils/MM_Any.pm