# New Ticket Created by hanenkamp # Please include the string: [perl #126479] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126479 >
Turning a socket or file into a Supply using .Supply works, but the reactor listening to those events cannot detect a close condition without using something like an interval to monitor for connection closure. IO::Handle's Supply method should call use done to terminate the supply on eof/socket closure.
