builder { ... enable \&child_init_phase; $app; }; ... sub child_init_phase { my( $app ) = @_; ... ## your init stuff here $app; ## return app unmodified }