in reply to Re: Module and external files
in thread Module and external files

"Unless your module is extremely tightly coupled to the contents of these files"

It is indeed. These files are the sources of information. Without them the module doesn't work at all. Without these files the module is useless.

Replies are listed 'Best First'.
Re^3: Module and external files
by Fletch (Bishop) on Oct 18, 2004 at 15:42 UTC

    You could use PAR to package everything into a single file and then distribute that. You'd then use PAR::par_handle( $0 ) to get access to the contents of your extra files.