diff options
author | Jeff Okamoto <okamoto@corp.hp.com> | 2000-08-16 08:56:14 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 19:46:43 +0000 |
commit | c434e2251835c9eff392e229e50c4193709f1c26 (patch) | |
tree | 44eea5d46559b1e917b05cef3440e0f58b8dc731 /Configure | |
parent | fc92a0ee8c2570f1149aa16b11e4a7d624ac473d (diff) | |
download | perl-c434e2251835c9eff392e229e50c4193709f1c26.tar.gz |
Don't propose using modules built for 5.005 if no binary
compatibility with 5.005 is attempted.
Subject: Minor nit with 5.7.0 (6655)
Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
p4raw-id: //depot/perl@6680
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Aug 17 02:52:39 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Thu Aug 17 22:38:49 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -5802,6 +5802,13 @@ esac case "$dflt" in ''|' ') dflt=none ;; esac +case "$dflt" in +5.005) case "$bincompat5005" in + $define|true|[yY]*) ;; + *) dflt=none ;; + esac + ;; +esac $cat <<'EOM' In order to ease the process of upgrading, this version of perl |