in reply to Re: New Module Announcement: Object::InsideOut
in thread New Module Announcement: Object::InsideOut
For code run under mod_perl, or code that is loaded at runtime using require, the subroutine will be called when the first object is created.
In all cases, initialization occurs as necessary and is completely transparent.
I was not able to test this under mod_perl, but it works properly for runtime loaded code.
|
|---|