From: Calle Dybedahl Date: Tue, 10 Apr 2001 16:44:16 +0000 (+0200) Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=464b4c8d97ede987434b15aaa96f0985b96b413e;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED) Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se> p4raw-id: //depot/perl@9683 --- diff --git a/ext/MIME/Base64/Base64.xs b/ext/MIME/Base64/Base64.xs index f77ba14..6fae83d 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