Is rindex broken or does my brain need a reboot?

2012-05-07 Thread Frederik Schwarzer
Hi, I had a little problem with rindex and wrote a small demo code that shows what I found. The code is: use v6; my $string = "perl"; say $string;

[perl #112810] package confuses newly declared class with buildin

2012-05-07 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #112810] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112810 > package A { class Str {}; our sub foo() { return Str.new } } > This type can