> 
> My program depends on some CPAN modules (e.g. Image::Magick,
> MD5::Digest) to operate, so I want to distribute it with those modules.
> How do I best redistribute module?  Is it possible to pre-install
> modules (copy) in my program folder for distributed?
>  

The two modules (or at least one of them) requires C libs and hence a
compiler, linker, etc.  So unless you can guarantee the Perl version and
OS are the exact same on all installations then some sort of
installation is going to likely be required.  In the case of
Image::Magick and based on your other message the difficult part is
going to be finding ISPs that have the C libs installed and available
for you... but that's your users' problem...

You might want to check out the "Bundles" section of the CPAN docs,

perldoc CPAN

(Better yet read the whole thing it is worth it).

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to