On Fri Jun 07 07:45:54 2013, perl.p5p@rjbs.manxome.org wrote: > * Father Chrysostomos via RT <perlbug-followup@perl.org> [2013-06- > 04T23:37:36] > > Actually, I think this *is* a bug, as CORE:: is supposed to > disambiguate > > and indicate a built-in keyword. > > > > sort CORE::lc($_) should therefore do the same thing as sort lc($_), > and > > treat ‘CORE::lc’ as a keyword, rather than a sort sub name. > > > > require happens to do the same thing as sort. I consider this a > bug, > > too (the second one-liner should behave the same as the first): > > [...] > > Fixing this is trivial. Are there any objectors? > > Until somebody comes up with a good specific objection, I agree with > you. > I have just fixed it in commit 01b5ef5. -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=24482Thread Previous