Subject: | DB package is loadded too late |
In such configuration:
<Perl>
BEGIN {
use APR::Pool;
use Apache::DB ( );
Apache::DB->init;
use Boot::App;
}
</Perl>
<Location />
PerlFixupHandler Apache::DB
</Location>
DB package is loaded too late (from Apache::DB::handler). At this point main application is loaded and initialized by Boot::App and this restrict me from usage of DB::postponed subroutine to spy which modules are used by application