diff options
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ef205fa68c..063c1fe7bb 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1883,6 +1883,13 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', }, + 'XS::Typemap' => + { + 'MAINTAINER' => 'p5p', + 'FILES' => q[ext/XS-Typemap], + 'UPSTREAM' => 'blead', + }, + 'XSLoader' => { 'MAINTAINER' => 'saper', @@ -1918,7 +1925,6 @@ use File::Glob qw(:case); 'MAINTAINER' => 'p5p', 'FILES' => q[ ext/XS-APItest/ - ext/XS-Typemap/ ext/attributes/ ext/mro/ ext/re/ |