In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/0649b6e4b934675951c7e1419db9284578a54496?hp=833d07d41793fe678f93433fca9520ec1a22f750>

- Log -----------------------------------------------------------------
commit 0649b6e4b934675951c7e1419db9284578a54496
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sat Dec 2 07:37:15 2017 -0800

    substr.t: typo

-----------------------------------------------------------------------

Summary of changes:
 t/op/substr.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/op/substr.t b/t/op/substr.t
index 9becaf77d1..c951fe27d6 100644
--- a/t/op/substr.t
+++ b/t/op/substr.t
@@ -912,7 +912,7 @@ fresh_perl_is('$0 = "/usr/bin/perl"; substr($0, 0, 0, $0)', 
'', {}, "(perl #1293
 { # [perl #132527]
     use feature 'refaliasing';
     no warnings 'experimental::refaliasing';
-    my $h;
+    my %h;
     \$h{foo} = \(my $bar = "baz");
     substr delete $h{foo}, 1, 1, o=>;
     is $bar, boz => 'first arg to 4-arg substr is loose lvalue context';

-- 
Perl5 Master Repository

Reply via email to