X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/38c8d7b116b8e618c4f230cd34234e218e5eb6c8..ff1b739b7e749b9f4005279ddb782cb23a2322a9:/regen_perly.pl?ds=sidebyside diff --git a/regen_perly.pl b/regen_perly.pl index f9ef04b..b8fb5d7 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -35,7 +35,7 @@ sub usage { die "usage: $0 [ -b bison_executable ] [ file.y ]\n" } use warnings; use strict; -BEGIN { require 'regen/regen_lib.pl'; } +BEGIN { require './regen/regen_lib.pl'; } my $bison = 'bison';