http://www.perlmonks.org?node_id=654634


in reply to How to include CPAN packages in distribution package

Wow, I'm just about to submit the same question when I see this post. Let me add a little detail to my version of the same question.

I'm trying to add a custom tool that needs a DBI/mysql combination, the perl installation doesn't have DBI/mysql. I'd like the user to be able to use my package (say via gunzip/tar) without installing any perl modules. What's the best way to package it?