in reply to Empty perl *.bs files
They are bootstrap files for DynaLoader:
bootstrap()
(...)
It performs the following actions:
- (...)
- executes an auto/$module/$module.bs file if it exists (typically used to add to @dl_resolve_using any files which are required to load the module on the current platform)
You can safely get rid of them when they're empty. Also see here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Empty perl *.bs files
by BrowserUk (Patriarch) on Dec 08, 2008 at 15:24 UTC | |
by ikegami (Patriarch) on Dec 08, 2008 at 17:12 UTC | |
|
Re^2: Empty perl *.bs files
by amigo (Initiate) on Dec 11, 2008 at 08:35 UTC |