summaryrefslogtreecommitdiff
path: root/regen_perly.pl
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-03-24 23:20:47 +0100
committerVincent Pit <perl@profvince.com>2009-03-24 23:20:47 +0100
commitaae7e7b3d1e34c8713fc4867e92c9ef0fd0ecb95 (patch)
treea78084999609b8cd4d99870e82ff9ab5fd3b3504 /regen_perly.pl
parentce1534abac25ae0200b1660ad03839eb937b8c7b (diff)
downloadperl-aae7e7b3d1e34c8713fc4867e92c9ef0fd0ecb95.tar.gz
Update the version requirement message in regen_perly.pl
Diffstat (limited to 'regen_perly.pl')
-rw-r--r--regen_perly.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen_perly.pl b/regen_perly.pl
index 8ecff97d15..859495faf1 100644
--- a/regen_perly.pl
+++ b/regen_perly.pl
@@ -69,8 +69,8 @@ my $version = `$bison -V`;
unless ($version =~ /\b(1\.875[a-z]?|2\.[0134])\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently 1.875
-2.0, 2.1 or 2.3 is required. Try installing
- http://ftp.gnu.org/gnu/bison/bison-2.1.tar.gz
+2.0, 2.1, 2.3 or 2.4 is required. Try installing
+ http://ftp.gnu.org/gnu/bison/bison-2.4.1.tar.gz
or similar. Your bison identifies itself as:
$version