From: Rafael Garcia-Suarez Date: Thu, 7 Sep 2006 09:25:18 +0000 (+0000) Subject: Add Exporter in the dual-lived module list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6295adb52568284405608d8c98e00b024ac4573a;p=p5sagit%2Fp5-mst-13.2.git Add Exporter in the dual-lived module list p4raw-id: //depot/perl@28796 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 150fa7f..2d145ff 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -22,6 +22,7 @@ package Maintainers; 'dmanura' => 'David Manura ', 'drolsky' => 'Dave Rolsky ', 'elizabeth' => 'Elizabeth Mattijsen ', + 'ferreira' => 'Adriano Ferreira ', 'gbarr' => 'Graham Barr ', 'gaas' => 'Gisle Aas ', 'gsar' => 'Gurusamy Sarathy ', @@ -220,6 +221,13 @@ package Maintainers; 'CPAN' => 0, }, + 'Exporter' => + { + 'MAINTAINER' => 'ferreira', + 'FILES' => q[lib/Exporter.pm lib/Exporter.t lib/Exporter/Heavy.pm], + 'CPAN' => 1, + }, + 'ExtUtils::CBuilder' => { 'MAINTAINER' => 'kwilliams',