summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
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',