[Codestriker-commits] CVS update: codestriker/lib/Codestriker/FileParser PerforceDescribe.pm
Brought to you by:
sits
|
From: <si...@us...> - 2005-07-07 21:53:59
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=9725572&action=view User: sits Date: 05/07/07 14:53:41 Modified: lib/Codestriker/FileParser PerforceDescribe.pm Log: Fix for Perforce Describe diff parsing, to account for Unidiff.pm changes Index: PerforceDescribe.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/FileParser/PerforceDescribe.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PerforceDescribe.pm 22 May 2005 22:26:04 -0000 1.2 +++ PerforceDescribe.pm 7 Jul 2005 21:53:39 -0000 1.3 @@ -149,8 +149,6 @@ # Skip the next blank line before the next chunk. $line = <$fh>; - next unless defined $line; - $line = <$fh>; } # Finally, add any remaining TOC netries that are unaccounted for. |