in reply to Re: (cLive ;-) Re: Installation Script
in thread Installation Script

Yes, but you can install most Perl modules in a user directory, so if you do rely on them, you can install them and add:
use lib '/path/to/modules';
before requiring the locally installed modules.

cLive ;-)