This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db5ca0
)
Re: [perl #37039] perlref documentation about optional -> is too vague
author
Yitzchak Scott-Thoennes
<sthoenna@efn.org>
Thu, 1 Sep 2005 17:41:36 +0000
(10:41 -0700)
committer
Dave Mitchell
<davem@fdisolutions.com>
Sun, 4 Sep 2005 09:40:05 +0000
(09:40 +0000)
Message-Id: <
20050902004136
.GA2656@efn.org>
Allow any variant of bison 1.875 to be used
p4raw-id: //depot/perl@25353
regen_perly.pl
patch
|
blob
|
blame
|
history
diff --git
a/regen_perly.pl
b/regen_perly.pl
index
6a372f9
..
02b6ba0
100644
(file)
--- a/
regen_perly.pl
+++ b/
regen_perly.pl
@@
-65,7
+65,7
@@
die "$0: must be run on an ASCII system\n" unless ord 'A' == 65;
# the test below to allow that version too. DAPM Feb 04.
my $version = `$bison -V`;
-unless ($version =~ /\b(1\.875
c
?|2\.0)\b/) { die <<EOF; }
+unless ($version =~ /\b(1\.875
[a-z]
?|2\.0)\b/) { die <<EOF; }
You have the wrong version of bison in your path; currently 1.875
or 2.0 is required. Try installing