>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:
Randal> So, here's what my lib/5.8.7 looked like before maintperl "make install": Randal> localhost:..erl/snap/lib/5.8.7 % ls -ld **/List/Util* Randal> -r--r--r-- 1 merlyn wheel 6598 May 23 07:06 darwin/List/Util.pm Randal> drwxr-xr-x 2 merlyn wheel 1024 Sep 17 07:33 darwin/auto/List/Util Randal> and after maintperl "make install" Randal> localhost:..erl/snap/lib/5.8.7 % ls -ld **/List/Util* Randal> -r--r--r-- 1 merlyn wheel 6601 Sep 18 09:33 List/Util.pm Randal> -r--r--r-- 1 merlyn wheel 6598 May 23 07:06 darwin/List/Util.pm Randal> drwxr-xr-x 2 merlyn wheel 1024 Sep 18 09:33 darwin/auto/List/Util Randal> Note the non-XS List/Util.pm is new. Now after cpan-shell "force install List::Util": Randal> localhost:..erl/snap/lib/5.8.7 % ls -ld **/List/Util* Randal> -r--r--r-- 1 merlyn wheel 6598 May 23 07:06 darwin/List/Util.pm Randal> drwxr-xr-x 2 merlyn wheel 1024 Sep 18 09:37 darwin/auto/List/Util Randal> This unlinked List/Util.pm (shadowing). Randal> Something is not right about the installation of List::Util from Randal> maintperl. That old "darwin/List/Util.pm" bothered me. So I removed it. Something installed it a while back, but I no longer care, because installing maintperl puts in a Scalar/Util that works right for weak. So, while it might have been an issue with 5.8.7 near may 23rd, it's no longer a problem (except for people installing over existing installations, like me). Sorry for the false alarm. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!