Skip to content

Commit

Permalink
Merge pull request #174 from rwp0/patch-3
Browse files Browse the repository at this point in the history
`enc2xs`: Fix indirect syntax
  • Loading branch information
dankogai authored Nov 1, 2023
2 parents ad4fb2d + 35f8711 commit 595a4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/enc2xs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
# @INC poking no longer needed w/ new MakeMaker and Makefile.PL's
# with $ENV{PERL_CORE} set
# In case we need it in future...
require Config; import Config;
require Config; Config->import;
pop @INC if $INC[-1] eq '.';
}
use strict;
Expand Down

0 comments on commit 595a4d3

Please sign in to comment.