Skip Menu |

This queue is for tickets about the File-MergeSort CPAN distribution.

Report information
The Basics
Id: 39969
Status: resolved
Priority: 0/
Queue: File-MergeSort

People
Owner: bremnerb [...] cpan.org
Requestors: okura3 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.14
Fixed in: 1.22



Subject: merge faild if file has empty line
File::MergeSort is nice module. But if merge file have empty line or a line that have only one character 0, merge failed.
 It's now possible (from v1.22) to supply additional options to File::MergeSort. If skip_empty_lines is true, then a file is read until a non-empty (i.e. doesn't match /^$/) line is encountered, or the end of the file is reached. See File::MergeSort's POD for full details and examples.