summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-30 09:43:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-30 09:43:32 +0000
commit28e02856aab6acbd43654cb482013cffdacdf723 (patch)
tree00a04e237480ec19614d4539ca65687051bdc310 /Porting
parent18aeab5e805e956a257922eedfee8958046c345c (diff)
downloadperl-28e02856aab6acbd43654cb482013cffdacdf723.tar.gz
Arthur maintains Safe.
p4raw-id: //depot/perl@20339
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index fa4724c189..16e6d5919e 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -335,6 +335,13 @@
'CPAN' => 1,
},
+ 'Safe' =>
+ {
+ 'MAINTAINER' => 'abergman',
+ 'FILES' => q[ext/Safe],
+ 'CPAN' => 1,
+ },
+
'Storable' =>
{
'MAINTAINER' => 'ams',