In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/06fdbb0098cf774cf6b3066e50d117b4ae18a711?hp=ce36627edee9ffd61533bd3a9821c9416ec0cc5a>

- Log -----------------------------------------------------------------
commit 06fdbb0098cf774cf6b3066e50d117b4ae18a711
Author: James E Keenan <[email protected]>
Date:   Tue Jan 22 19:32:33 2013 -0500

    Note why switchF1.t and switchp.t do not use test.pl.
    
    Patches submitted by Marcel Gruenauer.
    
    For RT #116507 and 116517.
-----------------------------------------------------------------------

Summary of changes:
 Porting/checkAUTHORS.pl |    1 +
 t/run/switchF1.t        |    4 ++++
 t/run/switchp.t         |    3 +++
 3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index 71edbd7..ff9c27f 100755
--- a/Porting/checkAUTHORS.pl
+++ b/Porting/checkAUTHORS.pl
@@ -705,6 +705,7 @@ lupe\100lupe-christoph.de               
lupe\100alanya.m.isar.de
 lutherh\100stratcom.com                 lutherh\100infinet.com
 mab\100wdl.loral.com                    markb\100rdcf.sm.unisys.com
 marcel\100codewerk.com                  gr\100univie.ac.at
++                                       hanekomu\100gmail.com
 marcgreen\100cpan.org                   marcgreen\100wpi.edu
 markleightonfisher\100gmail.com         fisherm\100tce.com
 mark.p.lutz\100boeing.com               tecmpl1\100triton.ca.boeing.com
diff --git a/t/run/switchF1.t b/t/run/switchF1.t
index b781a3b..70fe638 100644
--- a/t/run/switchF1.t
+++ b/t/run/switchF1.t
@@ -1,4 +1,8 @@
 #!perl -w
+
+# This test file does not use test.pl because of the involved way in which it
+# generates its TAP output.
+
 print "1..5\n";
 
 my $file = "Run_switchF1.pl";
diff --git a/t/run/switchp.t b/t/run/switchp.t
index c92e973..ab1ae90 100644
--- a/t/run/switchp.t
+++ b/t/run/switchp.t
@@ -1,5 +1,8 @@
 #!./perl -p
 
+# This test file does not use test.pl because of the involved way in which it
+# generates its TAP output.
+
 BEGIN {
     print "1..3\n";
     *ARGV = *DATA;

--
Perl5 Master Repository

Reply via email to