In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/364363242d6bbaa0b9f670ffab5325ead26b32ee?hp=39bca864bc42ce197a5d61fe90aeea2d697a7b52>

- Log -----------------------------------------------------------------
commit 364363242d6bbaa0b9f670ffab5325ead26b32ee
Author: Jerry D. Hedden <[email protected]>
Date:   Mon Jul 5 14:50:04 2010 -0400

    Ensure new arg to watchdog() in t/test.pl gets initialized
-----------------------------------------------------------------------

Summary of changes:
 t/test.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/test.pl b/t/test.pl
index c43c275..2bf429c 100755
--- a/t/test.pl
+++ b/t/test.pl
@@ -812,7 +812,7 @@ WHOA
 sub watchdog ($;$)
 {
     my $timeout = shift;
-    my $method  = shift;
+    my $method  = shift || "";
     my $timeout_msg = 'Test process timed out - terminating';
 
     # Valgrind slows perl way down so give it more time before dying.

--
Perl5 Master Repository

Reply via email to