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 996359c commit 7a9d6dcCopy full SHA for 7a9d6dc
vutil/vxs.inc
@@ -139,7 +139,7 @@ VXS(universal_version)
139
HEKfARG(name), HEKfARG(name));
140
}
141
else {
142
-#if PERL_VERSION >= 8
+#if PERL_VERSION_GE(5,8,0)
143
Perl_croak(aTHX_
144
"%" SVf " defines neither package nor VERSION--"
145
"version check failed",
vutil/vxs.xs
@@ -43,7 +43,7 @@ VERSIONCHECK: DISABLE
43
44
BOOT:
45
{
46
-#if (PERL_REVISION == 5 && PERL_VERSION < 9)
+#if PERL_VERSION_LT(5,9,0)
47
char* file = __FILE__;
48
#else
49
const char* file = __FILE__;
0 commit comments