In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f54530a43a9d4dd069e26aefc7ae572ac4e299cf?hp=e71f25b35412c2e07991432fa6973cc30fbd3701>
- Log ----------------------------------------------------------------- commit f54530a43a9d4dd069e26aefc7ae572ac4e299cf Author: Tony Cook <[email protected]> Date: Tue May 10 11:35:50 2016 +1000 perldelta for e71f25b35412 I'm not sure that's in the right section, but I think it's a better fit than the others I considered. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 006dcb7..7c404a3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -263,6 +263,12 @@ invoke it with C<-Dusecrosscompiler> but not C<-Dtargethost=somehost>. This means you can supply your target platform C<config.sh>, generate the headers and proceed to build your cross-target perl. [perl #127234] +=item * + +Builds with C<-Accflags=-DPERL_TRACE_OPS> now only dump the operator +counts when the environment variable C<PERL_TRACE_OPS> to be set to a +non-zero integer. This allows C<make test> to pass on such a build. + =back =head1 Testing -- Perl5 Master Repository
