B
bwooster47
Is there any documentation on how to distribute CGI scripts using the
ExtUtils::MakeMaker mechanisms?
It has EXE_FILES which are copied to the INSTALLSCRIPT location, is
there something similar for CGI scripts? CGI scripts need modification/
config before install, so maybe a automatic install is not possible,
in which case - is there a preferred guideline on how to include
example CGI scripts in a Perl module distribution?
For example, I've a Foo::Bar package.
It has Bar.pm
It also has bar.cgi example script. Where should this script be
included? Can't be listed in the EXE_FILES, or in the bin/ directory,
because it is really not a script.
ExtUtils::MakeMaker mechanisms?
It has EXE_FILES which are copied to the INSTALLSCRIPT location, is
there something similar for CGI scripts? CGI scripts need modification/
config before install, so maybe a automatic install is not possible,
in which case - is there a preferred guideline on how to include
example CGI scripts in a Perl module distribution?
For example, I've a Foo::Bar package.
It has Bar.pm
It also has bar.cgi example script. Where should this script be
included? Can't be listed in the EXE_FILES, or in the bin/ directory,
because it is really not a script.