projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
12f2776
)
Correct the path for IO - needs a trailing / to stop it matching IO-Compress
Nicholas Clark [Thu, 26 Mar 2009 13:19:30 +0000 (13:19 +0000)]
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
f992cf2
..
aadf134
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-513,7
+513,7
@@
package Maintainers;
'IO' =>
{
'MAINTAINER' => 'gbarr',
- 'FILES' => q[ext/IO],
+ 'FILES' => q[ext/IO/],
'CPAN' => 1,
'UPSTREAM' => undef,
},