diff options
author | Vincent Pit <perl@profvince.com> | 2009-03-24 23:20:47 +0100 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-03-24 23:20:47 +0100 |
commit | aae7e7b3d1e34c8713fc4867e92c9ef0fd0ecb95 (patch) | |
tree | a78084999609b8cd4d99870e82ff9ab5fd3b3504 /regen_perly.pl | |
parent | ce1534abac25ae0200b1660ad03839eb937b8c7b (diff) | |
download | perl-aae7e7b3d1e34c8713fc4867e92c9ef0fd0ecb95.tar.gz |
Update the version requirement message in regen_perly.pl
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 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 |