summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-03-25 17:14:08 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-03-25 17:14:08 +0100
commit483dc31e951ad1ba0b466880851ae53cbfe14433 (patch)
tree9fce8efc43235a0ee69961a20fc12b8f1d9407e7 /Porting
parent9bee587a3ddb5508f1934119764027ef0ee43344 (diff)
downloadperl-483dc31e951ad1ba0b466880851ae53cbfe14433.tar.gz
Give Socket 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 868350f1f1..e30a456721 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1515,6 +1515,13 @@ use File::Glob qw(:case);
'DEPRECATED' => 5.011,
},
+ 'Socket' =>
+ {
+ 'MAINTAINER' => 'p5p',
+ 'FILES' => q[ext/Socket],
+ 'UPSTREAM' => 'blead',
+ },
+
'Storable' =>
{
'MAINTAINER' => 'ams',
@@ -1889,7 +1896,6 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'p5p',
'FILES' => q[
- ext/Socket/
ext/Sys-Hostname/
ext/Tie-Hash-NamedCapture/
ext/Tie-Memoize/