Handle INIT list in C.pm
authorNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 27 Nov 1998 21:10:27 +0000 (21:10 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 27 Nov 1998 21:10:27 +0000 (21:10 +0000)
commit31d7d75aac642a364f35c283bcf351a66fe2c5ed
tree9721961eccb0949a628e246b45c5a8055ddf7463
parent62f274bf15fc9068424c6964230fb6bf80a54c09
Handle INIT list in C.pm
1. Provide init_av() from B.xs
2. Export it in B.pm
3. Use it in C.pm
Also disable some pruning in savecv() which seems to undo
my previous patch.
Experimental feature - save pathnames of .so files in easily
grep-able form for use in wrapper to feed to linker.

p4raw-id: //depot/perl@2332
ext/B/B.pm
ext/B/B.xs
ext/B/B/C.pm