Skip to content

Commit

Permalink
Fix indirect syntax accordingly to #176
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Nov 3, 2023
1 parent 4bada5c commit cef043c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $Revision: 3.19 $ $Date: 2022/08/04 04:43:23 $
t/encoding.t t/fallback.t t/grow.t t/gsm0338.t t/guess.t t/jperl.t
t/magic.t t/mime-header.t t/mime-name.t t/perlio.t t/rt113164.t
t/rt65541.t t/rt76824.t t/rt85489.t t/rt86327.t t/truncated_utf8.t
t/utf8strict.t
t/utf8strict.t t/rt.pl
Fix indirect syntax accordingly to (but not by pulling):
https://github.com/dankogai/p5-encode/pull/176
! bin/enc2xs
Expand Down
2 changes: 1 addition & 1 deletion t/rt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BEGIN
unshift @INC, '../lib';
$ucmdir = "../ext/Encode/ucm";
}
require Config; import Config;
require Config; Config->import();
if ($Config{'extensions'} !~ /\bEncode\b/) {
print "1..0 # Skip: Encode was not built\n";
exit 0;
Expand Down

0 comments on commit cef043c

Please sign in to comment.