summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-09-02 20:35:38 +0200
committerRasmus Steinke <rasi@xssn.at>2017-09-02 20:35:38 +0200
commit9f1ec5477dd7d547f365c916ecd04c189b747089 (patch)
treed1450a9d521fe18b16692e8639c86e496382e760
parent0a01e34904af093610300d9ef7a91c1c07e1fb05 (diff)
downloadperl-app-clerk-9f1ec5477dd7d547f365c916ecd04c189b747089.tar.gz
perl-app-clerk-9f1ec5477dd7d547f365c916ecd04c189b747089.tar.xz
add locallib module
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index f93a817..e275552 100644
--- a/install.sh
+++ b/install.sh
@@ -13,6 +13,7 @@ repo_modules=(
"perl-config-simple"
"perl-ipc-run"
"perl-http-date"
+ "perl-local-lib"
)
printf "%s\n" "This script will install needed cpan modules"