From 12042f245aac321ffbf751d9553175eb0b6dc98f Mon Sep 17 00:00:00 2001 From: "Matthew Horsfall (alh)" Date: Wed, 11 Jun 2014 09:54:20 -0400 Subject: perldelta for be075ca, 037ab3f --- pod/perldelta.pod | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a490514188..803b668b2b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -359,6 +359,18 @@ L<[perl #121869]|https://rt.perl.org/Ticket/Display.html?id=121869> =back +=head3 L + +=over 4 + +=item * + +Updated documentation for the C C target. + +L<[perl #121431]|https://rt.perl.org/Ticket/Display.html?id=121431> + +=back + =head1 Diagnostics The following additions or changes have been made to diagnostic output, @@ -446,7 +458,15 @@ L section, instead. =item * -XXX +C now supports parallel testing. + +For example: + + TEST_JOBS=9 make test.valgrind + +See L for more information. + +L<[perl #121431]|https://rt.perl.org/Ticket/Display.html?id=121431> =back -- cgit v1.2.1