summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-03-25 19:02:13 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-03-25 19:02:13 +0100
commit5cfc737624d6835f96877b053c5746df593cc1c8 (patch)
tree53745404f25a53ca0b5f87370a431fe443d3c361
parent0924b5a49d76dcfb6cd7a2e52c607e0bc707d0f5 (diff)
downloadperl-5cfc737624d6835f96877b053c5746df593cc1c8.tar.gz
Give DirHandle its own Maintainers.pl entry
-rwxr-xr-xPorting/Maintainers.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1ac18678f4..59bd0da777 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -597,6 +597,13 @@ use File::Glob qw(:case);
'UPSTREAM' => 'cpan',
},
+ 'DirHandle' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[lib/DirHandle.{pm,t}],
+ 'UPSTREAM' => 'blead',
+ },
+
'Dumpvalue' =>
{
'MAINTAINER' => 'p5p',
@@ -1985,7 +1992,6 @@ use File::Glob qw(:case);
lib/Config.t
lib/Config/Extensions.{pm,t}
lib/DB.{pm,t}
- lib/DirHandle.{pm,t}
lib/English.{pm,t}
lib/ExtUtils/Embed.pm
lib/ExtUtils/XSSymSet.pm