Re: [perl #60350] [TODO] default __get_string method

2008-11-05 Thread Patrick R. Michaud
On Tue, Nov 04, 2008 at 10:28:26PM -0800, Chris Dolan wrote: > I propose that Perl6Object get a fallback __get_string method that > returns simply the class name and a unique identifier (maybe a > pointer value). Now added in r32373. Here's an example: $ cat x class Foo { m

[perl #60350] [TODO] default __get_string method

2008-11-05 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #60350] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60350 > If you "say $x" on an $x that is an instance of class Foo that lacks stringification vi