# New Ticket Created by Zoffix Znet # Please include the string: [perl #132162] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132162 >
It's a pretty common error that a user tries to execute a regex inside of an Actions class and gets a confusing error: https://irclog.perlgeek.de/perl6/2017-09-25#i_15215293 I think it's possible to throw a typed Exception and in its message detect when the readonly item is the $/ variable and offer a useful suggestion about not naming method's param $/