This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8468d
)
Give mro its own Maintainers.pl entry
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 16:25:56 +0000
(17:25 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 16:25:56 +0000
(17:25 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
e0aad66
..
58312a6
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1199,6
+1199,13
@@
use File::Glob qw(:case);
'UPSTREAM' => 'cpan',
},
+ 'mro' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/mro],
+ 'UPSTREAM' => 'blead',
+ },
+
'NDBM_File' =>
{
'MAINTAINER' => 'p5p',
@@
-1932,7
+1939,6
@@
use File::Glob qw(:case);
'MAINTAINER' => 'p5p',
'FILES' => q[
ext/XS-APItest/
- ext/mro/
ext/re/
lib/AnyDBM_File.{pm,t}
lib/Benchmark.{pm,t}