Skip to content

Commit 35b0cd2

Browse files
committed
Fix testlist tests for static perls
1 parent d7788dd commit 35b0cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/porting/test_testlist.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sub get_extensions {
5050
$name = "PathTools" if $name eq "Cwd";
5151
$name = "Scalar/List/Utils" if $name eq "List/Util";
5252
my $sub_dir = $name;
53-
$sub_dir =~ s!/!-!g;
53+
$sub_dir =~ s!/!-!g unless $sub_dir =~ /^Encode/;
5454
foreach my $dir (qw(cpan dist ext)) {
5555
if (-e "$dir/$sub_dir") {
5656
$extensions{"$dir/$sub_dir"} = $name;

0 commit comments

Comments
 (0)