From: Jarkko Hietaniemi Date: Sat, 15 Feb 2003 12:31:25 +0000 (+0000) Subject: Also Storable really wants the PATCHLEVEL, not PERL_VERSION. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eadddfac8c84315d3b083947a75b271e6d6b7754;p=p5sagit%2Fp5-mst-13.2.git Also Storable really wants the PATCHLEVEL, not PERL_VERSION. p4raw-id: //depot/perl@18714 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 4073f92..fe6ee11 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -12,7 +12,7 @@ #include #include -#ifndef PERL_VERSION +#ifndef PATCHLEVEL # include /* Perl's one, needed since 5.6 */ # if !(defined(PERL_VERSION) || (SUBVERSION > 0 && defined(PATCHLEVEL))) # include