projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
726de68
)
The joys of portable quoting.
Jarkko Hietaniemi [Sun, 25 Nov 2001 18:23:54 +0000 (18:23 +0000)]
p4raw-id: //depot/perl@13264
ext/Devel/PPPort/harness/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Devel/PPPort/harness/Makefile.PL
b/ext/Devel/PPPort/harness/Makefile.PL
index
0059272
..
59c6c0c
100644
(file)
--- a/
ext/Devel/PPPort/harness/Makefile.PL
+++ b/
ext/Devel/PPPort/harness/Makefile.PL
@@
-36,6
+36,8
@@
EOM
my $Ilibdir = $^O eq 'VMS' ? qq{"-I$libdir"} : qq{-I$libdir};
+ $pmfile =~ s:\\:\\\\:g;
+
$retval .= qq[\t\$(PERL) $Ilibdir -e "require qq{$pmfile}; Devel::PPPort::WriteFile(qq{ppport.h})"];
return $retval;