In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cd78e84f5db4f47c7267c4300aa8ea157e1317a2?hp=bea6df1c494e69b7a4a999b86b071b349b96cf9e>

- Log -----------------------------------------------------------------
commit cd78e84f5db4f47c7267c4300aa8ea157e1317a2
Author: Craig A. Berry <[email protected]>
Date:   Sat Mar 5 21:57:20 2011 -0600

    Document running "make minitest" to test miniperl.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlgit.pod |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/pod/perlgit.pod b/pod/perlgit.pod
index e10fee6..eac7bb8 100644
--- a/pod/perlgit.pod
+++ b/pod/perlgit.pod
@@ -760,6 +760,13 @@ If you don't run the full test suite, at least C<make 
test_porting>.
 This will run basic sanity checks. To see which sanity checks, have a
 look in F<t/porting>.
 
+=item *
+
+If you make any changes that affect miniperl or core routines that have
+different code paths for miniperl, be sure to run C<make minitest>. 
+This will catch problems that even the full test suite will not catch
+because it runs a subset of tests under miniperl rather than perl.
+
 =back
 
 =head2 Committing to maintenance versions

--
Perl5 Master Repository

Reply via email to