Hello,

How to bundle perl Modules?

I am using around 15 CPAN modules in my perl utility.  I want to bundle all
these modules including my own modules as one installable. (Basically to
make installation simple). 

How can I do this? 

I tried to use %INC and get all loaded modules. made a tar out of all these.
wrote a small utility to copy all these files to Perl lib directory.

But this method is giving problems as some of the files are getting missed,
which are not part of %INC. like files loaded dynamically.

What is the solution for this?

Thanks and Regards
Sharan Hiremath.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to