in reply to How to include multiple modules in one package?

In "one distribution"? You mean a single file which contains your classes and the main parts of your program?

An example of this is in my mail at the Perl Power Tools site. There's 3 or 4 classes in that one file, IIRC. They were all mashed together so that a single program could be distributed. Remember, a class is JUST a package namespace...

  • Comment on Re: How to include multiple modules in one package?