assertions.pm is dual-lived
Rafael Garcia-Suarez [Thu, 26 Jan 2006 11:49:22 +0000 (11:49 +0000)]
p4raw-id: //depot/perl@26945

Porting/Maintainers.pl

index de836b5..9bc368e 100644 (file)
@@ -52,6 +52,7 @@ package Maintainers;
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
+       'salva'         => 'Salvador Fandiño García <salva@cpan.org>',
        'saper'         => 'Sébastien Aperghis-Tramoni <saper@cpan.org>',
        'sburke'        => 'Sean Burke <sburke@cpan.org>',
        'mschwern'      => 'Michael Schwern <mschwern@cpan.org>',
@@ -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',