At 8:44 PM +0100 7/11/07, [EMAIL PROTECTED] wrote:
PERL_DL_NONLAZY=1 /home/david/_/_/perl-5.9.x/bin/perl5.9.5 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Required01....panic: attempt to copy freed scalar 8430a40 to 842f358 at ../lib/Devel/Required.pm line 33.

Wow!

BEGIN {
    no warnings 'redefine'; no strict 'refs';
    my $subname = caller().'::WriteMakefile';
    my $old = \&{$subname};
    *$subname = sub {
        $old->( @_ );
        my $pod;

It panics on the last line.  It didn't do that before?

Looks like a pb in 5.9.5 to me...


I'll see if I can whip up a 5.9.5 somewhere and test myself...



Liz

Reply via email to