In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f717dc4d271ccf8809c0ea488171d46d7970b954?hp=be99e2c20544013502fa8586131363e94dfa69a3>

- Log -----------------------------------------------------------------
commit f717dc4d271ccf8809c0ea488171d46d7970b954
Author: Karl Williamson <[email protected]>
Date:   Sun Jun 11 08:31:06 2017 -0600

    perldelta: Use new boiler plate
    
    This uses for the current perldelta, the boiler plate from the perldelta
    template added in the previous commit.
    
    It also documents a significant test change in the current development
    release.

M       pod/perldelta.pod

commit 111750baf3b1bd84cd4c00925deb51227ab6064f
Author: Karl Williamson <[email protected]>
Date:   Sun Jun 11 08:20:21 2017 -0600

    Porting/perldelta_template.pod: Add boiler plate
    
    This adds text about documentation and testing changes, as agreed to in
    the thread starting with
    http://nntp.perl.org/group/perl.perl5.porters/244582

M       Porting/perldelta_template.pod
-----------------------------------------------------------------------

Summary of changes:
 Porting/perldelta_template.pod | 17 +++++++++++++++++
 pod/perldelta.pod              | 17 +++++++++--------
 2 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/Porting/perldelta_template.pod b/Porting/perldelta_template.pod
index c84f324365..de166467b5 100644
--- a/Porting/perldelta_template.pod
+++ b/Porting/perldelta_template.pod
@@ -148,10 +148,16 @@ XXX Description of the purpose of the new file here
 
 =head2 Changes to Existing Documentation
 
+We have attempted to update the documentation to reflect the changes
+listed in this document.  If you find any we have missed, send email
+to L<[email protected]|mailto:[email protected]>.
+
 XXX Changes which significantly change existing files in F<pod/> go here.
 However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
 section.
 
+Additionally, the following selected changes have been made:
+
 =head3 L<XXX>
 
 =over 4
@@ -252,6 +258,17 @@ large changes to the testing harness (e.g. when parallel 
testing was added).
 Changes to existing files in F<t/> aren't worth summarizing, although the bugs
 that they represent may be covered elsewhere.
 
+XXX If there were no significant test changes, say this:
+
+Tests were added and changed to reflect the other additions and changes
+in this release.
+
+XXX If instead there were significant changes, say this:
+
+Tests were added and changed to reflect the other additions and
+changes in this release.  Furthermore, these significant changes were
+made:
+
 [ List each test improvement as a =item entry ]
 
 =over 4
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 29d47bee11..ddc2b6ffae 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -227,6 +227,10 @@ XXX Description of the purpose of the new file here
 
 =head2 Changes to Existing Documentation
 
+We have attempted to update the documentation to reflect the changes
+listed in this document.  If you find any we have missed, send email
+to L<[email protected]|mailto:[email protected]>.
+
 XXX Changes which significantly change existing files in F<pod/> go here.
 However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
 section.
@@ -325,19 +329,16 @@ XXX
 
 =head1 Testing
 
-XXX Any significant changes to the testing of a freshly built perl should be
-listed here.  Changes which create B<new> files in F<t/> go here as do any
-large changes to the testing harness (e.g. when parallel testing was added).
-Changes to existing files in F<t/> aren't worth summarizing, although the bugs
-that they represent may be covered elsewhere.
-
-[ List each test improvement as a =item entry ]
+Tests were added and changed to reflect the other additions and
+changes in this release.  Furthermore, these significant changes were
+made:
 
 =over 4
 
 =item *
 
-XXX
+Testing of the XS-APItest directory is now done in parallel, where
+applicable.
 
 =back
 

--
Perl5 Master Repository

Reply via email to