in reply to Single module spanning multiple Packages,

Undefined subroutine &pkga::doit called at pkga.pm line 10. doit is the function within common.pm that I am calling from within the constructor method in pkga.pm
You forgot to import doit from common into pkga. I might be wrong, but no one can know for sure because you didn't show your code. English prose is a poor substitute for code.
  • Comment on Re: Single module spanning multiple Packages,