From: Marcus Holland-Moritz Date: Thu, 10 Feb 2005 20:36:13 +0000 (+0000) Subject: regen_perly.pl runs fine with bison 2.0. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2080282f2af44db6021d1dce04e81f0141289f86;p=p5sagit%2Fp5-mst-13.2.git regen_perly.pl runs fine with bison 2.0. p4raw-id: //depot/perl@23959 --- diff --git a/regen_perly.pl b/regen_perly.pl index da917e0..eaa4785 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -65,10 +65,12 @@ 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 =~ /\b1\.875\b/) { die <