This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Sam Kimbrel to AUTHORS
[perl5.git] / utils / xsubpp.PL
index 86c4393..0331d4a 100644 (file)
@@ -33,7 +33,10 @@ $Config{startperl}
 
 use File::Spec;
 
-my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "lib", "ExtUtils"), "xsubpp");
+my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
+                                                   qw(dist ExtUtils-ParseXS
+                                                      lib ExtUtils)),
+                                'xsubpp');
 
 if (open(XSUBPP, $xsubpp)) {
     print OUT <XSUBPP>;