Index: codestriker/lib/Codestriker/FileParser/PerforceDescribe.pm
===================================================================
--- codestriker.orig/lib/Codestriker/FileParser/PerforceDescribe.pm	2007-07-17 12:00:17.878887000 -0500
+++ codestriker/lib/Codestriker/FileParser/PerforceDescribe.pm	2007-07-17 12:35:15.000000000 -0500
@@ -122,7 +122,7 @@ sub parse ($$$) {
 	$line = <$fh>;
 	next unless defined $line;
 
-	if ($filetype eq "text") {
+	if ($filetype =~ /.*text/) {
 	    # Now read the entire diff chunk.
 	    # Note there may be an optional '---' and '+++' lines
 	    # before the chunk.
