check_logfiles: 3.7.5.1
[omd.git] / packages / perl-modules / README
blob99baef85abf25ef7391b9e90d0fdeb5ecb6d864d
1 1. adding new modules
2    use the download_package.sh script to download new modules from
3    cpan.
4    ex.: ./download_package.sh Module::Install
5    you have to add the tarball in the right order to the Makefile.
7 2. updating modules
8    use the update_modules.sh script to check for updates
9    ex.: ./update_modules.sh Module-Install-1.00.tar.gz
10    The Makefile will be updated automatically but you are responsible
11    for removing old modules from the git repository.