in reply to Re: Re: Spanning Modules Across Multiple Files
in thread Spanning Modules Across Multiple Files

all my scripts used every submodule

That's why I think you should let Zephir.pm organize loading and exporting of libraries. It could export an AUTOLOAD routine and fetch other stuff really in-time. Your scripts will use this interface without noticing what's going on behind the scenes, they just call subroutines.
  • Comment on Re: Re: Re: Spanning Modules Across Multiple Files