projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3148376
)
Strip leading ./
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 30 Jul 2003 09:11:06 +0000
(09:11 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 30 Jul 2003 09:11:06 +0000
(09:11 +0000)
p4raw-id: //depot/perl@20336
Porting/Modules
patch
|
blob
|
history
diff --git
a/Porting/Modules
b/Porting/Modules
index
9de5385
..
5f7dff5
100644
(file)
--- a/
Porting/Modules
+++ b/
Porting/Modules
@@
-121,6
+121,8
@@
if ($Maintainer) {
} elsif (@Files) {
my %ModuleByFile;
+ for (@Files) { s:^\./:: }
+
@ModuleByFile{@Files} = ();
# First try fast match.