diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 21:15:34 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 21:29:26 +0100 |
commit | a193a2dbe32848820392de0a7fd340ca82c2efd9 (patch) | |
tree | b05d072dcaf2cf6a62c00b57eef0c1010e0e9cd8 /Porting/core-cpan-diff | |
parent | fe0fb48b9e1689ad6e74e0516047f20e411bc3b4 (diff) | |
download | perl-a193a2dbe32848820392de0a7fd340ca82c2efd9.tar.gz |
Support building extensions in dist/ as well as cpan/ and ext/
Diffstat (limited to 'Porting/core-cpan-diff')
-rwxr-xr-x | Porting/core-cpan-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/core-cpan-diff b/Porting/core-cpan-diff index 8e3feeb09f..7dc907b46c 100755 --- a/Porting/core-cpan-diff +++ b/Porting/core-cpan-diff @@ -432,7 +432,7 @@ sub get_map { my $ext; for (@$perl_files) { - if (m{^((?:ext|cpan)/[^/]+/)}) { + if (m{^((?:ext|dist|cpan)/[^/]+/)}) { if (defined $ext and $ext ne $1) { # more than one ext/$ext/ undef $ext; |