projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
dd6c21b
)
Support comparing extensions in cpan/ as well as ext/
Nicholas Clark [Thu, 24 Sep 2009 09:15:26 +0000 (10:15 +0100)]
Porting/core-cpan-diff
patch
|
blob
|
blame
|
history
diff --git
a/Porting/core-cpan-diff
b/Porting/core-cpan-diff
index
1b38a94
..
8e3feeb
100755
(executable)
--- 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/[^/]+/)}) {
+ if (m{^((?:ext|cpan)/[^/]+/)}) {
if (defined $ext and $ext ne $1) {
# more than one ext/$ext/
undef $ext;