summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-11 09:54:20 -0400
committerMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-11 09:54:20 -0400
commit12042f245aac321ffbf751d9553175eb0b6dc98f (patch)
treebbb140e5936eb041e93a885f9e992b9d9c7063ad
parent58f25ac1c3dbc50c3e1f86d25a20eea9b8264711 (diff)
downloadperl-12042f245aac321ffbf751d9553175eb0b6dc98f.tar.gz
perldelta for be075ca, 037ab3f
-rw-r--r--pod/perldelta.pod22
1 files changed, 21 insertions, 1 deletions
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<perlhacktips>
+
+=over 4
+
+=item *
+
+Updated documentation for the C<test.valgrind> C<make> 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</Platform Support> section, instead.
=item *
-XXX
+C<make test.valgrind> now supports parallel testing.
+
+For example:
+
+ TEST_JOBS=9 make test.valgrind
+
+See L<perlhacktips/valgrind> for more information.
+
+L<[perl #121431]|https://rt.perl.org/Ticket/Display.html?id=121431>
=back