use ExtUtils::Mkbootstrap; mkbootstrap();
mkbootstrap()
typically gets called from an extension's
Makefile
. It writes a
*.bs
file that is needed by some architectures to do dynamic loading. It is otherwise unremarkable, and MakeMaker usually handles the details. If you need to know more about it, you've probably already read the module.
![]() |
![]() |
![]() |
7.2.20 ExtUtils::Miniperl - Write the C Code for perlmain.c |
![]() |
7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension |