# New Ticket Created by  Sam S. 
# Please include the string:  [perl #125269]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125269 >


...thus making it consistent with the make *subroutine*.

( See http://irclog.perlgeek.de/perl6/2015-05-28#i_10669973 )
>From a63b2c5a0febd4ed64edf2b56e51d19a8b1ce26d Mon Sep 17 00:00:00 2001
From: smls <sml...@gmail.com>
Date: Thu, 28 May 2015 20:22:45 +0200
Subject: [PATCH] Make sure that .make never forces itemization

(see http://irclog.perlgeek.de/perl6/2015-05-28#i_10669973 )
---
 src/core/Match.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/Match.pm b/src/core/Match.pm
index d21a907..f827c52 100644
--- a/src/core/Match.pm
+++ b/src/core/Match.pm
@@ -82,7 +82,7 @@ my class Match is Capture is Cool {
     }
 
     method make(Match:D: Mu \made) {
-        $!made = made;
+        $!made := made;
         nqp::bindattr(
             nqp::decont(self.CURSOR),
             Cursor,
-- 
2.4.1

Reply via email to