This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Perl 5.12.0 delta. It needs a spellcheck, proofreading and a module list.
[perl5.git] / regen_perly.pl
index 8ecff97..859495f 100644 (file)
@@ -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