More C.pm tweaks
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 28 Nov 1998 22:46:57 +0000 (22:46 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 28 Nov 1998 22:46:57 +0000 (22:46 +0000)
commit338a6d08e163490b2a52a2e64a7488eec1817685
tree973de69857364b286226db2e24109ee2721c732b
parent35ef477370235abeea305d760b3f316d7667ba3c
More C.pm tweaks
  Save globs even if we have saved cv itself before - may be imported.

  While we don't save "bootstrap" CV we need to provide a stub,
  so that if we require it later we don't fall through and attempt
  to DynaLoad module again.

  Attempt to save %INC so that "require" does not reload things
  we have compiled-in (does not work right yet - seems to be due
  to PL_incgv being created in perl_parse() current scheme setting
  GvHV() is "better" than saving the glob, but still does not
  work as I expect).

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