On 8/22/07, wu-lee <[EMAIL PROTECTED]> wrote: > I've written a module which is essentially an application. > > As such, it needs to install some config files, templates, and web > content. These need to have permissions and ownership set appropriately > for the host system (which might not be unix).
I haven't used them, but I've seen these on CPAN: * App::Install * Module::CGI::Install Both seem to be in early stages of development, particularly the latter. David