http://www.perlmonks.org?node_id=1232992


in reply to Re: Breaking up a big module
in thread Breaking up a big module

I think thats pretty close to what I described here

But I'd require inside a BEGIN block or just use use to make sure that non method calls without parens work and other side effects where timing matters.

The other point is namespace pollution, one might not want such partial "split-modules" to show up in the normal @INC.

My approach was to add underscores to package names and having a dedicated extra load path.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice