develooper Front page | perl.perl5.porters | Postings from March 2013

[perl #116961] Data::Dumper 2.143 tests failures on 5.10.1

Thread Previous | Thread Next
From:
James E Keenan via RT
Date:
March 7, 2013 11:18
Subject:
[perl #116961] Data::Dumper 2.143 tests failures on 5.10.1
Message ID:
rt-3.6.HEAD-28177-1362655074-1967.116961-15-0@perl.org
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=116961

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About