רבינוביץ אלי | :םש |
---|---|
21:42 07/09/01 | :ךיראת |
Examples how to install module | :אשונ |
I'm gradually converting all the modules to the standard installation procedure. You may install them by downloading the .tar.gz file. Extracting the archive and running:
perl Makefile.PL
make
make test
make install
Keep in mind that if you use ActivePerl you should either use Microsoft's nmake or change the settings in ...\perl\lib\Config.pm.
Most of the modules may be now installed using PPM. Do this to set up my repository:
c:\> ppm
PPM interactive shell (...) - type 'help' for available commands.
PPM> set repository Jenda http://Jenda.Krynicky.cz/perl
PPM> set save
PPM> search
This will show you the list of all available modules in all repositories. Type:
PPM> install ModuleName
to install whatever module you like. Keep in mind that the double colon in a module name is changed to a dash! So to install Mail::Sender you write
PPM> install Mail-Sender