summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-08-11 01:12:16 +0200
committerRasmus Steinke <rasi@xssn.at>2017-08-11 01:12:16 +0200
commit901f0a56e6e966a62aa4c9a272c393e2b718f89c (patch)
tree3df09f95f2e0e64f213edd83bf95601ce9103d73
parentd1e6f0657f440550cd5b78e03313b5e797601f21 (diff)
downloadperl-app-clerk-901f0a56e6e966a62aa4c9a272c393e2b718f89c.tar.gz
perl-app-clerk-901f0a56e6e966a62aa4c9a272c393e2b718f89c.tar.xz
add Try::Tiny
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 2a24040..20042bf 100644
--- a/install.sh
+++ b/install.sh
@@ -6,6 +6,7 @@ dependencies=(
"Data::MessagePack"
"File::Slurper"
"File::Path"
+ "Try::Tiny"
"Net::MPD"
)