Please do not require tabs in header lines. This is incompatible with git and quilt diffs.
Instead of testing
$line =~ /^\-\-\- (.*)\t/
please use
$line =~ /^\-\-\- ([^\t]+)/
Nobody/Anonymous ( nobody ) - 2007-11-05 10:24:52 PST
5
Closed
Fixed
Nobody/Anonymous
None
None
Public
|
Date: 2008-07-11 02:51:44 PDT
|