We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd39e72 commit 015cc45Copy full SHA for 015cc45
Makefile.PL
@@ -26,7 +26,7 @@ sub search_lib {
26
return $lib;
27
} elsif (-f $path . '/' . $libbase_so) {
28
print "$path/$libbase_so\n";
29
- print "Found `$_/$libbase_so'.\n";
+ print "Found `$path/$libbase_so'.\n";
30
31
}
32
0 commit comments