[perl #65120] [PATCH] Consistent semantics for slurp and lines subs

2011-09-11 Thread Ron Schmidt via RT
> Thanks for the patch ... unfortunately, this patch no longer cleanly > applies. Can you rebase > and re-submit? I'll leave the ticket open for a little while. > > Regards. I don't know how long this has been true, but at this point $*IO.slurp and $fh.slurp work and that seems good enough. Pro

[perl #65120] [PATCH] Consistent semantics for slurp and lines subs

2010-07-27 Thread Will Coleda via RT
On Fri Apr 24 15:02:46 2009, ronaldxs wrote: > Patch provides semantics for "slurp $filehandle" consistent with "slurp > 'filename'" and allow "slurp" by itself to slurp stdin. Also provide > consistency with existing lines implementation. > > Note that according to Dr. Michaud this patch requi

[perl #65120] [PATCH] Consistent semantics for slurp and lines subs

2009-04-25 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #65120] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65120 > Patch provides semantics for "slurp $filehandle" consistent with "slurp 'filename'" and