diff options
author | Branislav ZahradnĂk <barney@cpan.org> | 2020-08-06 19:42:08 +0200 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-07 09:11:22 -0700 |
commit | 406b185b2ee9b71b8ac74586744008d20f716b5e (patch) | |
tree | 37b23478b94e5bb2e07d77e5898c49861264af34 /regen_perly.pl | |
parent | 72dfa47e497a43e6eecdb2129fa447723802949e (diff) | |
download | perl-406b185b2ee9b71b8ac74586744008d20f716b5e.tar.gz |
Raise minimal supported GNU Bison version to 2.5
which added support for named references
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index 044fd28393..0abf93991c 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -76,10 +76,10 @@ EOF # Don't change this to add new bison versions without testing that the generated # files actually work :-) Win32 in particular may not like them. :-( -unless ($version =~ /\b(2\.[4567]|3\.[0-7])\b/) { die <<EOF; } +unless ($version =~ /\b(2\.[567]|3\.[0-7])\b/) { die <<EOF; } You have the wrong version of bison in your path; currently versions -2.4-2.7 or 3.0-3.7 are known to work. Try installing +2.5-2.7 or 3.0-3.7 are known to work. Try installing http://ftp.gnu.org/gnu/bison/bison-3.3.tar.gz or similar. Your bison identifies itself as: |