In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5a1562d6aa780bfc9a14482654d4f7d63a1db386?hp=4291ccc37ced038dfc84c91175fda3d5e05590c4>

- Log -----------------------------------------------------------------
commit 5a1562d6aa780bfc9a14482654d4f7d63a1db386
Author: Jerry D. Hedden <[email protected]>
Date:   Mon Jun 1 10:09:24 2009 -0400

    Correct test output for t/op/eval.t (missing newline)
-----------------------------------------------------------------------

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

diff --git a/t/op/eval.t b/t/op/eval.t
index 4c01434..2fef2aa 100755
--- a/t/op/eval.t
+++ b/t/op/eval.t
@@ -541,7 +541,7 @@ END_EVAL_TEST
    print "ok $test # eval { 1 } completly resets \...@\n";
 }
 else {
-  print "ok $test # skipped - eval { 1 } completly resets \$@";
+  print "ok $test # skipped - eval { 1 } completly resets \...@\n";
 }
 $test++;
 

--
Perl5 Master Repository

Reply via email to