In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a0c4698cfb653ff369899b9f22b0de2b8e8f3bc2?hp=d264c823b3432b3683d59405ffbb72e01c7d81ec>

- Log -----------------------------------------------------------------
commit a0c4698cfb653ff369899b9f22b0de2b8e8f3bc2
Author: Karl Williamson <k...@cpan.org>
Date:   Tue Feb 7 21:42:40 2017 -0700

    Add TODO test for [perl #125493]
-----------------------------------------------------------------------

Summary of changes:
 t/lib/warnings/op | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/t/lib/warnings/op b/t/lib/warnings/op
index 46885e22af..b128eec29b 100644
--- a/t/lib/warnings/op
+++ b/t/lib/warnings/op
@@ -2117,3 +2117,9 @@ do xa for qq(sin);
 do xa for my $a;
 do xa for my @a;
 EXPECT
+########
+# TODO [perl #125493
+use warnings;
+$_="3.14159";
+tr/0-9/\x{6F0}-\x{6F9}/;
+EXPECT

--
Perl5 Master Repository

Reply via email to