diff options
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bytecode.pl b/bytecode.pl index cc096ac1bc..e2a2f6c958 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -1,3 +1,6 @@ +BEGIN { + push @INC, './lib'; +} use strict; my %alias_to = ( U32 => [qw(PADOFFSET STRLEN)], |