Skip to content

Commit 154964e

Browse files
U-CORP\konovvU-CORP\konovv
authored andcommitted
fix "Unquoted string "h" may clash with future reserved word"
1 parent c9f9582 commit 154964e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ sub install {
527527
my $result = shift->SUPER::install(@_);
528528
my $headerpath = main::headerpath();
529529
my $cc_runtime_h = File::Spec->catfile($headerpath, 'cc_runtime.h');
530-
if ($] > 5.013007 and !-e $cc_runtime.h) {
530+
if ($] > 5.013007 and !-e $cc_runtime_h) {
531531
$result =~ s/install :: pure_install doc_install/install :: pure_install doc_install ccinc_install/;
532532
$result .= '
533533
ccinc_install :: $(PERL_INC)/cc_runtime.h

0 commit comments

Comments
 (0)