in reply to (tye)Re: What is 'bootstrap'?
in thread What is 'bootstrap'?

So, the function attributes::bootstrap is linked into the perl executable, which is why there is no ext/auto files and this function doesn't need to be defined in the pm file.

And, that's unusual. We expect it to be loaded dynamically and keep as much as possible out of the core.

Have I got it?

—John