From e2b6e866b5ad517308436799dda0906d756bd88d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 23 Feb 2003 07:53:28 +0000 Subject: [PATCH] script to install modules from CPAN needed for WebPac git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@33 13eb9ef6-21d5-0310-b721-a9d68796d827 --- cpan_install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cpan_install.sh diff --git a/cpan_install.sh b/cpan_install.sh new file mode 100755 index 0000000..e8c5819 --- /dev/null +++ b/cpan_install.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# this small script will try to install CPAN modules needed for webpac + +perl -MCPAN -e 'install Config::IniFiles' -- 2.20.1