On Wed, Aug 07, 2013 at 04:45:32AM +0200, Craig A. Berry wrote: > In perl.git, the branch blead has been updated > > <http://perl5.git.perl.org/perl.git/commitdiff/dc588da0f1a8372922811ea3486ff170c92dc9a0?hp=e88ca83cb2da96ab9f1ada0aee57def2ba1479ec> > > - Log ----------------------------------------------------------------- > commit dc588da0f1a8372922811ea3486ff170c92dc9a0 > Author: Craig A. Berry <craigberry@mac.com> > Date: Tue Aug 6 21:09:40 2013 -0500 > > Don't multiply define Perl__invlist_dump. > > It doesn't need to be in the extension if it's already in the core > top-level code. Defining it more than once leads to linker errors > for linkers that care about such things, namely VMS. > > Broken in ad3f05adb1975. This also fixed the build with -Uusedl on *nix, which I had spotted had broken, but had not yet dug into. Thanks. Nicholas Clark