We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7788dd commit 35b0cd2Copy full SHA for 35b0cd2
t/porting/test_testlist.t
@@ -50,7 +50,7 @@ sub get_extensions {
50
$name = "PathTools" if $name eq "Cwd";
51
$name = "Scalar/List/Utils" if $name eq "List/Util";
52
my $sub_dir = $name;
53
- $sub_dir =~ s!/!-!g;
+ $sub_dir =~ s!/!-!g unless $sub_dir =~ /^Encode/;
54
foreach my $dir (qw(cpan dist ext)) {
55
if (-e "$dir/$sub_dir") {
56
$extensions{"$dir/$sub_dir"} = $name;
0 commit comments