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 9f7fafe commit 61978d5Copy full SHA for 61978d5
Makefile.PL
@@ -41,7 +41,7 @@ if ($Config{gccversion} =~ /llvm/i) {
41
$cc_option_flags .= ' -Wno-compound-token-split-by-macro';
42
}
43
44
- if ($Config{perl_version} <= 20) {
+ if ($Config{PERL_VERSION} <= 20) {
45
$cc_option_flags .= ' -Wno-error=pointer-bool-conversion';
46
47
maint/Makefile_header.PL
@@ -31,7 +31,7 @@ if ($Config{gccversion} =~ /llvm/i) {
31
32
33
34
35
36
37
0 commit comments