projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd242a2
)
Modules.pl: add B::Deparse.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 30 Jul 2003 08:51:57 +0000
(08:51 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 30 Jul 2003 08:51:57 +0000
(08:51 +0000)
p4raw-id: //depot/perl@20334
Porting/Modules.pl
patch
|
blob
|
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',