On Thu Mar 07 02:26:54 2013, demerphq wrote: > > Unless DD has changed more than I think it is not just $Useperl that > overrides XS, it is also $Useqq. > And probably $Deparse as well, as suggested by the following code from Dumper.pm: ######### 223 unless $Data::Dumper::Useperl || (ref($_[0]) && $_[0]->{useperl}) || 224 $Data::Dumper::Useqq || (ref($_[0]) && $_[0]->{useqq}) || 225 $Data::Dumper::Deparse || (ref($_[0]) && $_[0]->{deparse}); 226 return &Dumpperl; ######### However, the immediate problem is that much of the test suite has been developed on the basis of "Let's make sure we test both the XS and pure-perl versions." --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=116961Thread Previous | Thread Next