Skip Menu |

This queue is for tickets about the Win32-Console CPAN distribution.

Report information
The Basics
Id: 64676
Status: new
Priority: 0/
Queue: Win32-Console

People
Owner: Nobody in particular
Requestors: joejr [...] vornehm.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.09
Fixed in: (no value)



Subject: Close method doesn't exist
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;