Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 6a3575d

Browse files
committed
Term-ReadKey-2.37_03
1 parent 4466588 commit 6a3575d

File tree

7 files changed

+945
-1152
lines changed

7 files changed

+945
-1152
lines changed

cpan/Term-ReadKey/Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sub MY::processPL {
8787
if ($useshrplib && $Config{ldlibpthname}) {
8888
$cmd = "$Config{ldlibpthname}=../.. $cmd";
8989
}
90-
s/\$\(PERLRUN\)/$cmd/;
90+
s/\$\(PERLRUN\)(.+)$/$cmd \1 || \$\(PERLRUN\) \1/;
9191
}
9292
$_
9393
}

0 commit comments

Comments
 (0)