X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regen_perly.pl;h=67f763f4557b333a8c9b018e68f239fc34b67725;hb=3658c1f1e67f531ad4ee20e8c748aec14b993c44;hp=eaa4785a0ed5220f9eb3ee4ee651e8052d4600cc;hpb=2080282f2af44db6021d1dce04e81f0141289f86;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regen_perly.pl b/regen_perly.pl index eaa4785..67f763f 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -2,7 +2,7 @@ # # regen_perly.pl, DAPM 12-Feb-04 # -# Copyright (c) 2004 Larry Wall +# Copyright (c) 2004, 2005 Larry Wall # # Given an input file perly.y, run bison on it and produce # the following output files: @@ -65,13 +65,11 @@ 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|2\.0)\b/) { die <