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 c9f9582 commit 154964eCopy full SHA for 154964e
Makefile.PL
@@ -527,7 +527,7 @@ sub install {
527
my $result = shift->SUPER::install(@_);
528
my $headerpath = main::headerpath();
529
my $cc_runtime_h = File::Spec->catfile($headerpath, 'cc_runtime.h');
530
- if ($] > 5.013007 and !-e $cc_runtime.h) {
+ if ($] > 5.013007 and !-e $cc_runtime_h) {
531
$result =~ s/install :: pure_install doc_install/install :: pure_install doc_install ccinc_install/;
532
$result .= '
533
ccinc_install :: $(PERL_INC)/cc_runtime.h
0 commit comments