From: Rafael Garcia-Suarez Date: Thu, 26 Jan 2006 11:49:22 +0000 (+0000) Subject: assertions.pm is dual-lived X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b047c536d1d4af9afcf38bdde386f229beb9493;p=p5sagit%2Fp5-mst-13.2.git assertions.pm is dual-lived p4raw-id: //depot/perl@26945 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index de836b5..9bc368e 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -52,6 +52,7 @@ package Maintainers; 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', + 'salva' => 'Salvador Fandiño García ', 'saper' => 'Sébastien Aperghis-Tramoni ', 'sburke' => 'Sean Burke ', 'mschwern' => 'Michael Schwern ', @@ -74,6 +75,13 @@ package Maintainers; 'CPAN' => 1, }, + 'assertions' => + { + 'MAINTAINER' => 'salva', + 'FILES' => q[lib/assertions.pm lib/assertions t/comp/assertions.t t/comp/asstcompat.t], + 'CPAN' => 1, + }, + 'Attribute::Handlers' => { 'MAINTAINER' => 'abergman',