1 --------------------------------------------------------------------------- 2 mod-install.sh: 3 4 this script will attempt to install all the required perl modules 5 for pacpl. For some it may be necessary to actually start the CPAN shell: 6 7 perl -MCPAN -e 'shell' (or just 'cpan') 8 9 and from there type: install Module::Name 10 --------------------------------------------------------------------------- 11 mod-install-debian.sh 12 13 Same as above except it uses apt-get to install the distro based packages 14 for debian based operating systems. 15 16 The script will attempt ot install Ogg::Vorbis::Header manually.