Sat Oct 11 05:29:40 2008okura3 [...] gmail.com - Ticket created
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.
Fri Dec 18 18:04:56 2009bremnerb [...] cpan.org - Taken
Fri Dec 18 18:11:41 2009bremnerb [...] cpan.org - Status changed from 'new' to 'open'
Sat Jan 02 06:24:38 2010bremnerb [...] cpan.org - Fixed in 1.22 added
Sat Jan 02 06:27:12 2010bremnerb [...] cpan.org - Correspondence added
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.
Sat Jan 02 06:27:12 2010bremnerb [...] cpan.org - Status changed from 'open' to 'resolved'