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