diff options
Diffstat (limited to 'Porting/Modules.pl')
-rw-r--r-- | Porting/Modules.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Modules.pl b/Porting/Modules.pl index 4c62e1061f..69d6363663 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', |