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 03ca89a commit 91977a5Copy full SHA for 91977a5
lib/ExtUtils/Liblist/Kid.pm
@@ -84,6 +84,10 @@ sub _unix_os2_ext {
84
elsif ( $Config{'lddlflags'} =~ /-R/ ) {
85
$rtype = '-R';
86
}
87
+ if ($thislib =~ s{(?<!\$)\$(?!\$)}{\\\$\$}g) {
88
+ print "Escaping single dollar sign for Makefile\n"
89
+ if $verbose;
90
+ }
91
} elsif (!-d $thislib ) {
92
warn "$ptype$thislib ignored, directory does not exist\n"
93
if $verbose;
0 commit comments