uh_parser/RaptorError.pm
changeset 311 09f57a9bad07
parent 293 a02973783e64
child 314 2733de861a5d
--- a/uh_parser/RaptorError.pm	Fri Jul 30 17:06:23 2010 +0100
+++ b/uh_parser/RaptorError.pm	Tue Aug 31 16:14:25 2010 +0100
@@ -193,7 +193,7 @@
 	my $package = '';
 	# if bldinf attribute is not available then heuristically attempt to determine the package
 	if (!$raptor_error_info->{bldinf} &&
-		$characters =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation)[/\\][a-zA-Z]+[/\\]?),s)
+		$characters =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation|adapt)[/\\][a-zA-Z]+[/\\]?),s)
 	{
 		$raptor_error_info->{bldinf} = "$1... (guessed)";
 	}