Subject: | Test fails in Perl 5.20 and newer |
The 'bad file descriptor' test in t/005 prevents installing this module in recent Perl's. It seems that $! isn't being preserved.
On Windows, this test works
$^E eq 'The handle is invalid'
but I don't know a more general one for other platforms.