projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a9a1836
)
Safe.pm is actually not under ext/Safe
Rafael Garcia-Suarez [Wed, 21 Nov 2007 17:57:47 +0000 (17:57 +0000)]
p4raw-id: //depot/perl@32439
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
c272260
..
4272b9a
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-769,7
+769,7
@@
package Maintainers;
'Safe' =>
{
'MAINTAINER' => 'rgarcia',
- 'FILES' => q[ext/Safe],
+ 'FILES' => q[ext/Safe ext/Opcode/Safe.pm],
'CPAN' => 1,
},