summaryrefslogtreecommitdiff
path: root/ext/Devel/PPPort/harness/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Devel/PPPort/harness/Makefile.PL')
-rw-r--r--ext/Devel/PPPort/harness/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/harness/Makefile.PL b/ext/Devel/PPPort/harness/Makefile.PL
index 552b88b702..13ba56df60 100644
--- a/ext/Devel/PPPort/harness/Makefile.PL
+++ b/ext/Devel/PPPort/harness/Makefile.PL
@@ -23,7 +23,7 @@ sweep:
Harness.c module2.c module3.c : ppport.h
ppport.h: ../PPPort.pm
- $(PERL) -I../../../../lib -e 'require "../PPPort.pm"; Devel::PPPort::WriteFile("ppport.h")'
+ $(PERL) -I../../../../lib -e "require '../PPPort.pm'; Devel::PPPort::WriteFile('ppport.h')"
EOM