Re: [perl #59398] [PATCH] Moving methods from Str.pir to any-str.pir

2008-09-28 Thread Patrick R. Michaud
On Sat, Sep 27, 2008 at 05:44:43AM -0700, Vasily Chekalkin wrote: > --- a/languages/perl6/src/builtins/any-str.pir > +++ b/languages/perl6/src/builtins/any-str.pir > + > +=item capitalize > + [...] > +=cut > + > +.local int pos, is_ws, is_lc > +pos = 0 > +goto first_char > + next_graph

[perl #59398] [PATCH] Moving methods from Str.pir to any-str.pir

2008-09-27 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #59398] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59398 > Hello. For consistency sake (and removing many dummy proxy methods) -- Bacek. com