in reply to Re^2: Class Inheritance Abuse. Best way to fix it?
in thread Class Inheritance Abuse. Best way to fix it?
It doesn't matter if BLL::OtherPackage is used elsewhere. The exporting code runs as many times as is required. If you say use BLL::OtherPackage qw( ... ) then an import call will occur. Period. BLL::OtherPackage is only compiled once but that's ok because you shouldn't need to keep recompiling it.
⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
|
|---|