X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ac62bc6fc9af2f4dca6b1ec668aab128962700d8..57df1c468e05e45edf53d40e2f69405d00856909:/make_ext.pl diff --git a/make_ext.pl b/make_ext.pl index f74124c..d0dcfbf 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -82,6 +82,9 @@ foreach (@extspec) { } elsif (s{^ext/}{}) { # Remove ext/ prefix and /pm_to_blib suffix s{/pm_to_blib$}{}; + # Targets are given as files on disk, but the extension spec is still + # written using /s for each :: + tr!-!/!; } elsif (s{::}{\/}g) { # Convert :: to / } else {