* 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. -- rjbsThread Previous | Thread Next