This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Add to comment
[perl5.git] / regen_perly.pl
index e9e1be9..e4de1a0 100644 (file)
@@ -34,7 +34,7 @@ sub usage { die "usage: $0 [ -b bison_executable ] [ file.y ]\n" }
 use warnings;
 use strict;
 
-BEGIN { require 'regen_lib.pl'; }
+BEGIN { require 'regen/regen_lib.pl'; }
 
 my $bison = 'bison';
 
@@ -66,7 +66,7 @@ die "$0: must be run on an ASCII system\n" unless ord 'A' == 65;
 #    this; 1.35+ does
 #  * Must produce output which is extractable by the regexes below
 #  * Must produce the right values.
-# These last two contstraints  may well be met by earlier versions, but
+# These last two constraints  may well be met by earlier versions, but
 # I simply haven't tested them yet. If it works for you, then modify
 # the test below to allow that version too. DAPM Feb 04.