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
# 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