diff options
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index 0c921d4d1a..569d28e9fc 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -1,6 +1,6 @@ BEGIN { push @INC, './lib'; - require 'regen.pl'; + require 'regen_lib.pl'; } use strict; my %alias_to = ( |