| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 33 | dpavlin | #!/bin/sh |
| 2 | |||
| 3 | # this small script will try to install CPAN modules needed for webpac | ||
| 4 | |||
| 5 | perl -MCPAN -e 'install Config::IniFiles' |
| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 33 | dpavlin | #!/bin/sh |
| 2 | |||
| 3 | # this small script will try to install CPAN modules needed for webpac | ||
| 4 | |||
| 5 | perl -MCPAN -e 'install Config::IniFiles' |