From: Rafael Garcia-Suarez Date: Thu, 14 Jun 2007 12:27:41 +0000 (+0000) Subject: assertions has been removed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce0881068addbbb6202917d3e1587107cd3f0a76;p=p5sagit%2Fp5-mst-13.2.git assertions has been removed p4raw-id: //depot/perl@31378 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0929c7f..141ed1f 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -101,13 +101,6 @@ 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',