Skip Menu |

This queue is for tickets about the Text-Diff CPAN distribution.

Report information
The Basics
Id: 73505
Status: resolved
Priority: 0/
Queue: Text-Diff

People
Owner: NEILB [...] cpan.org
Requestors: matthew [...] mdarwin.ca
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.41
Fixed in: 1.42



Subject: Attempt to read a file after file fails to open
If the file doesn't exist (for example) you'll get a message like this: readline() on closed filehandle F at /usr/share/perl5/Text/Diff.pm line 64. code: local $/ = "\n"; open F, "<$seq" or carp "$!: $seq"; $seqs[$i] = [<F>]; close F;
Thanks - fixed in 1.42