[perl #131201] [LTA] error message when proto has no implementation (class A { proto method x { * }; })

2017-06-01 Thread Zoffix Znet via RT
On Mon, 24 Apr 2017 04:32:33 -0700, alex.jakime...@gmail.com wrote: > Code: > class A { > proto method x { * }; > }; > A.x > > > Result: > Use of uninitialized value of type Any in string context. > Methods .^name, .perl, .gist, or .say can be used to stringify it to > something meaningful. >

[perl #131201] [LTA] error message when proto has no implementation (class A { proto method x { * }; })

2017-06-01 Thread Zoffix Znet via RT
On Mon, 24 Apr 2017 04:32:33 -0700, alex.jakime...@gmail.com wrote: > Code: > class A { > proto method x { * }; > }; > A.x > > > Result: > Use of uninitialized value of type Any in string context. > Methods .^name, .perl, .gist, or .say can be used to stringify it to > something meaningful. >

[perl #131201] [LTA] error message when proto has no implementation (class A { proto method x { * }; })

2017-04-24 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131201] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131201 > Code: class A { proto method x { * }; }; A.x Result: Use of