Skip to content

Commit

Permalink
Merge branch 'sync-with-cpan-weird-distnames' of https://github.com/a…
Browse files Browse the repository at this point in the history
…p-contrib/perl5 into ap-contrib-sync-with-cpan-weird-distnames
  • Loading branch information
jkeenan committed Aug 5, 2021
2 parents ba6958b + ddda34b commit 5b74f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Porting/sync-with-cpan
Expand Up @@ -404,7 +404,7 @@ if ($$info {EXCLUDED}) {

FILE: for my $file ( find_type_f( $new_dir )) {
my $old_file = $file;
$file =~ s{^$new_dir/}{};
$file =~ s{^\Q$new_dir\E/}{};

next if $EXCLUDED_QQ{$file};
for my $qr (@EXCLUDED_QR) {
Expand Down

0 comments on commit 5b74f9e

Please sign in to comment.