What steps will reproduce the problem?
> perlcc -r -e 'my $t = "foo:bar"; use overload q/""/ => sub { $t }; my $o =
bless []; print "ok\n" if $o."" eq $t;'
What is the expected output?
> perl -e 'my $t = "foo:bar"; use overload q/""/ => sub { $t }; my $o = bless
[]; print "ok\n" if $o."" eq $t;'
ok
Please use labels and text to provide additional information.
Original issue reported on code.google.com by nicolas....@gmail.com on 9 May 2014 at 10:54
Original issue reported on code.google.com by
nicolas....@gmail.com
on 9 May 2014 at 10:54