From: Jarkko Hietaniemi Date: Wed, 30 Jul 2003 08:51:57 +0000 (+0000) Subject: Modules.pl: add B::Deparse. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=628be792cf7412cbdcd0b312c93ed37c1d59d336;p=p5sagit%2Fp5-mst-13.2.git Modules.pl: add B::Deparse. p4raw-id: //depot/perl@20334 --- diff --git a/Porting/Modules.pl b/Porting/Modules.pl index 4c62e10..69d6363 100644 --- a/Porting/Modules.pl +++ b/Porting/Modules.pl @@ -58,6 +58,13 @@ 'CPAN' => 0, }, + 'B::Deparse' => + { + 'MAINTAINER' => 'smcc', + 'FILES' => q[ext/B/B/Deparse.pm ext/B/t/deparse.t], + 'CPAN' => 0, + }, + 'bignum' => { 'MAINTAINER' => 'tels',