in reply to possible bug in Devel::DProf code profiling under 'use strict'

perl -MO=Deparse 'use strict'

If you're using a sufficiently new version of B::Deparse, you may not see that use becomes BEGIN { require MODULE; MODULE->import() };.

I don't know where the other two calls come from.