summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-03-25 17:07:11 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-03-25 17:07:11 +0100
commite495bd7527e02b7389f5a3921b177010b75227af (patch)
treeb8257b9f0653e31581f2cc95fe1e3afc30bfdb9f /Porting
parent44987b9b01e56950a0046a0242a402a13f22dbb8 (diff)
downloadperl-e495bd7527e02b7389f5a3921b177010b75227af.tar.gz
Give Opcode its own Maintainers.pl entry
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 464b293194..4a48f111ef 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1231,6 +1231,13 @@ use File::Glob qw(:case);
'UPSTREAM' => 'blead',
},
+ 'Opcode' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/Opcode],
+ 'UPSTREAM' => 'blead',
+ },
+
'Package::Constants' =>
{
'MAINTAINER' => 'kane',
@@ -1840,7 +1847,6 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'p5p',
'FILES' => q[
- ext/Opcode/
ext/POSIX/
ext/Pod-Html/
ext/PerlIO-encoding/