Skip to content

Commit

Permalink
enc2xs: Fix indirect syntax
Browse files Browse the repository at this point in the history
As the indirect object syntax in discouraged
  • Loading branch information
rwp0 committed Oct 28, 2023
1 parent ad4fb2d commit 35f8711
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 35f8711

Please sign in to comment.