diff options
author | Zefram <zefram@fysh.org> | 2010-10-13 22:34:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 22:34:15 -0700 |
commit | 2bd4012dc624b6c0e9c04f091f91d51aadf2738a (patch) | |
tree | fc94d9833642af251c8ed8ff283c794badce5199 /regen_perly.pl | |
parent | 0f85bd5a8a2601e13fb190fdd329269ca86bccc5 (diff) | |
download | perl-2bd4012dc624b6c0e9c04f091f91d51aadf2738a.tar.gz |
af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index e9e1be90cb..b30e39d229 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -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'; |