summaryrefslogtreecommitdiff
path: root/ext/MIME
diff options
context:
space:
mode:
Diffstat (limited to 'ext/MIME')
-rw-r--r--ext/MIME/Base64/Base64.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/MIME/Base64/Base64.xs b/ext/MIME/Base64/Base64.xs
index f77ba14eab..6fae83d730 100644
--- a/ext/MIME/Base64/Base64.xs
+++ b/ext/MIME/Base64/Base64.xs
@@ -36,7 +36,7 @@ extern "C" {
#endif
#include "patchlevel.h"
-#if PATCHLEVEL <= 4 && !defined(PL_dowarn)
+#if PERL_VERSION <= 4 && !defined(PL_dowarn)
#define PL_dowarn dowarn
#endif