projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd242a2
)
Modules.pl: add B::Deparse.
Jarkko Hietaniemi [Wed, 30 Jul 2003 08:51:57 +0000 (08:51 +0000)]
p4raw-id: //depot/perl@20334
Porting/Modules.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Modules.pl
b/Porting/Modules.pl
index
4c62e10
..
69d6363
100644
(file)
--- 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',