# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #65348]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65348 >


Currently IO.get still does the old magic that prefix:<=> needed, which
means that it returns a list of all lines in list context.

That must go away, and always return a Str.

For example $*IN.get.int should work, but does not currently:
Could not locate a method 'int' to invoke on class 'IOIterator'

Cheers,
Moritz

Reply via email to