From 2080282f2af44db6021d1dce04e81f0141289f86 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 10 Feb 2005 20:36:13 +0000 Subject: regen_perly.pl runs fine with bison 2.0. p4raw-id: //depot/perl@23959 --- regen_perly.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'regen_perly.pl') diff --git a/regen_perly.pl b/regen_perly.pl index da917e0806..eaa4785a0e 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 <