Mon Jan 10 23:40:29 2011: Request 64676 was acted upon. Transaction: Ticket created by joev Queue: Win32-Console Subject: Close method doesn't exist Broken in: 0.09 Severity: Normal Owner: Nobody Requestors: jo...@vornehm.com Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64676 >
The Close method, although documented in the POD, does not actually exist in Console.pm. An easy remedy is to add this line after the end of the DESTROY subroutine definition: *Close = \&DESTROY;