In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a39d27b5959c1ae4fb91fc453ee12752f24e2e6d?hp=0d31fad995d87b1f6f2e8f72ec702722d27f497e>
- Log ----------------------------------------------------------------- commit a39d27b5959c1ae4fb91fc453ee12752f24e2e6d Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Thu Nov 3 13:53:45 2016 +0000 Fix typos in test comment ----------------------------------------------------------------------- Summary of changes: t/uni/overload.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/uni/overload.t b/t/uni/overload.t index 08c1c2e..8e722c8 100644 --- a/t/uni/overload.t +++ b/t/uni/overload.t @@ -292,7 +292,7 @@ TODO: { local $::TODO = 'RT #3054: Recursive operator overloading overflows the C stack'; # XXX this test is expected to SEGV, and can produce # sh: line 1: 5106 Segmentation fault - # on SDTERR. So just compeltelyt disable for now + # on STDERR. So just completely disable for now todo_skip($::TODO); fresh_perl_is(<<'EOP', "ok\n", {}, 'RT #3054: Recursive operator overloading should not crash the interpreter'); use overload '""' => sub { "$_[0]" }; -- Perl5 Master Repository
