in reply to Re: %INC and eval use
in thread %INC and eval use

Because perl likes to know about functions at compile time, so the import really should be done then if possible. In this case, looks to me as if this is a pure OO module that doesn't export anything, so the import can be skipped.