summaryrefslogtreecommitdiff
path: root/regen_perly.pl
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2005-09-01 10:41:36 -0700
committerDave Mitchell <davem@fdisolutions.com>2005-09-04 09:40:05 +0000
commitd438081b7f2c610292c058f594bebeaafcfce882 (patch)
treedc1b1fc2afa679d75e083094935a685e3cae4445 /regen_perly.pl
parent2db5ca0a86d6b3a21023f595f7a9ea5a35b63ed3 (diff)
downloadperl-d438081b7f2c610292c058f594bebeaafcfce882.tar.gz
Re: [perl #37039] perlref documentation about optional -> is too vague
Message-Id: <20050902004136.GA2656@efn.org> Allow any variant of bison 1.875 to be used p4raw-id: //depot/perl@25353
Diffstat (limited to 'regen_perly.pl')
-rw-r--r--regen_perly.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl
index 6a372f977f..02b6ba0845 100644
--- a/regen_perly.pl
+++ b/regen_perly.pl
@@ -65,7 +65,7 @@ die "$0: must be run on an ASCII system\n" unless ord 'A' == 65;
# the test below to allow that version too. DAPM Feb 04.
my $version = `$bison -V`;
-unless ($version =~ /\b(1\.875c?|2\.0)\b/) { die <<EOF; }
+unless ($version =~ /\b(1\.875[a-z]?|2\.0)\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently 1.875
or 2.0 is required. Try installing