X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regen_perly.pl;h=6a372f977f430b0627dd388f7878fd05854f4bf0;hb=2522aa67345a7f37d0050d70f341ab3a0b6165b0;hp=eaa4785a0ed5220f9eb3ee4ee651e8052d4600cc;hpb=2080282f2af44db6021d1dce04e81f0141289f86;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regen_perly.pl b/regen_perly.pl index eaa4785..6a372f9 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,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|2\.0)\b/) { die <