diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-16 21:43:27 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-05-16 22:00:57 -0700 |
commit | 38c8d7b116b8e618c4f230cd34234e218e5eb6c8 (patch) | |
tree | 0aad30c6b1495ddabf5a9a1285335eb046f3872a /regen_perly.pl | |
parent | 69e7f50e50fca481754ecdbf99128ec510592c89 (diff) | |
download | perl-38c8d7b116b8e618c4f230cd34234e218e5eb6c8.tar.gz |
regen_perly.pl: Correct typo
Sorry for the noisy patch. I can’t modify regen_perly.pl without
regenerating stuff, because the checksum changes.
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index 33cb3b79a2..f9ef04bd81 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -78,7 +78,7 @@ EOF unless ($version =~ /\b(1\.875[a-z]?|2\.[0134567]|3\.[0])\b/) { die <<EOF; } You have the wrong version of bison in your path; currently versions -1.875, 2.0-2.7 or 3.0 are known toi work. Try installing +1.875, 2.0-2.7 or 3.0 are known to work. Try installing http://ftp.gnu.org/gnu/bison/bison-2.5.1.tar.gz or similar. Your bison identifies itself as: |