summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-08-07 01:12:55 +0200
committerRasmus Steinke <rasi@xssn.at>2017-08-07 01:12:55 +0200
commit96b6bc4c518bec0da98e798b6bcb4d3319f27aca (patch)
tree0294b89592d478d29613f9d22b3cbbe83cbfa37c
parent767079c6bea272dc3f808c2089086a2627e46c6d (diff)
downloadperl-app-clerk-96b6bc4c518bec0da98e798b6bcb4d3319f27aca.tar.gz
perl-app-clerk-96b6bc4c518bec0da98e798b6bcb4d3319f27aca.tar.xz
fix file::slurper dep
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e9dc21a..4a3b861 100644
--- a/install.sh
+++ b/install.sh
@@ -4,13 +4,13 @@ dependencies=(
"Config::Simple"
"inc::Module::Install"
"Data::MessagePack"
+ "File::Slurper"
"File::Path"
"Net::MPD"
)
repo_modules=(
"perl-config-simple"
- "perl-file-slurp"
"perl-http-date"
)