Mon Dec 05 04:27:59 2005jmcnamara [...] cpan.org - Ticket created
Subject:
Bug/Typo
In the close() function of IO::String 1.07 there is the following check:
if ($] >= 5.006 && $[ < 5.007) {
I think that this should be:
if ($] >= 5.006 && $] < 5.007) {
John.
--
Tue Dec 06 03:47:45 2005GAAS [...] cpan.org - Status changed from 'new' to 'resolved'