In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1190bf17f4131bb86c6cd460c77e9d02894ca2ec?hp=4fa401475a3570299093ed476f400774dcfc1236>

- Log -----------------------------------------------------------------
commit 1190bf17f4131bb86c6cd460c77e9d02894ca2ec
Merge: 4fa401475a 7a09ec8c39
Author: Sawyer X <[email protected]>
Date:   Fri Mar 31 12:02:29 2017 +0200

    Merge branch 'sawyerx/rmg-make-minitest' into blead
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index 86f5e41c38..ffd5b51d09 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -985,10 +985,10 @@ your own tarball testing, below.
 
 Check that basic configuration and tests work on each test machine:
 
-    $ ./Configure -des && make all test
+    $ ./Configure -des && make all minitest test
 
     # Or for a development release:
-    $ ./Configure -Dusedevel -des && make all test
+    $ ./Configure -Dusedevel -des && make all minitest test
 
 =head4 Run the test harness and install
 

--
Perl5 Master Repository

Reply via email to