Lines Matching full:found
45 return if $_[0] =~ /\A\QWarning (mostly harmless): No library found for \E.+/
81 sprintf("Warning: prerequisite strict 99999 not found. We have %s.\n",
92 "Warning: prerequisite I::Do::Not::Exist 0 not found.\n", 'non-exist prereq';
102 "Warning: prerequisite I::Do::Not::Configure 0 not found.\n", 'non-exist prereq';
112 "Warning: prerequisite I::Do::Not::Test 0 not found.\n", 'non-exist prereq';
125 is $warnings[1], "Warning: prerequisite I::Do::Not::Exist 0 not found.", 'not found warning';
138 = sprintf("Warning: prerequisite strict 99999 not found. We have %s.\n",
141 ok( $warnings =~ s/Warning: prerequisite I::Do::Not::Exist 0 not found\.\n//
160 MakeMaker FATAL: prerequisites not found.
185 MakeMaker FATAL: prerequisites not found.
200 is $warnings, "Warning: prerequisite I::Do::Not::Exist 0 not found.\n",