From: Rafael Garcia-Suarez Date: Thu, 26 Oct 2006 12:22:07 +0000 (+0000) Subject: Add Term::UI and Object::Accessor to the list of dual-life modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=370da8adc0436b845a1195c41588f22fd8a81694;p=p5sagit%2Fp5-mst-13.2.git Add Term::UI and Object::Accessor to the list of dual-life modules p4raw-id: //depot/perl@29114 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d32fc62..7a6cc4c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -487,6 +487,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Object::Accessor' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Object/Accessor.pm lib/Object/Accessor], + 'CPAN' => 1, + }, + 'Package::Constants' => { 'MAINTAINER' => 'kane', @@ -649,6 +656,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Term::UI' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Term/UI.pm lib/Term/UI], + 'CPAN' => 1, + }, + 'Test' => { 'MAINTAINER' => 'sburke',