uh_parser/RaptorUnreciped.pm
changeset 236 8a3d46cfe8b5
parent 233 cf1d34408de3
child 238 1040fbff0705
equal deleted inserted replaced
235:907120563fce 236:8a3d46cfe8b5
   173 	for my $line (@lines)
   173 	for my $line (@lines)
   174 	{
   174 	{
   175 		my $package = '';
   175 		my $package = '';
   176 		my $guessed_bldinf = '';
   176 		my $guessed_bldinf = '';
   177 		# if bldinf attribute is not available then heuristically attempt to determine the package
   177 		# if bldinf attribute is not available then heuristically attempt to determine the package
   178 		if ($line =~ m,.*?(([/\\]sf)?[/\\](os|mw|app|tools|ostools|adaptation)[/\\][^/^\\]*[/\\]),s)
   178 		if ($line =~ m,.*?([/\\]sf[/\\](os|mw|app|tools|ostools|adaptation)[/\\][^/^\\]*[/\\]),s)
   179 		{
   179 		{
   180 			$guessed_bldinf = "$1... (guessed)";
   180 			$guessed_bldinf = "$1... (guessed)";
   181 		}
   181 		}
   182 		
   182 		
   183 		if ($guessed_bldinf)
   183 		if ($guessed_bldinf)