This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport a193a2dbe32848820392de0a7fd340ca82c2efd9
authorH.Merijn Brand <merijn@nb09.procura.nl>
Sun, 27 Sep 2009 08:32:06 +0000 (10:32 +0200)
committerH.Merijn Brand <merijn@nb09.procura.nl>
Sun, 27 Sep 2009 08:32:06 +0000 (10:32 +0200)
Support building extensions in dist/ as well as cpan/ and ext/

U/perl/Extensions.U

index 8a79da2..ac5a38d 100644 (file)
@@ -119,6 +119,10 @@ cd "$rsrc/cpan"
 set X
 shift
 eval $find_extensions
+cd "$rsrc/dist"
+set X
+shift
+eval $find_extensions
 cd "$rsrc/ext"
 set X
 shift