@@ -1,6 +1,6 @@
#!/bin/bash
-fw_depends perl
+fw_depends perl nginx
cpanm --notest --no-man-page Dancer Dancer::Plugin::Database DBI DBD::mysql JSON::XS Plack Starman
echo installed Dancer app dependencies
cpanm --notest --no-man-page --installdeps $TROOT
echo installed Plack app dependencies
cpanm --notest --no-man-page Web::Simple DBI DBD::mysql Plack Starman JSON::XS
echo installed Web::Simple app dependencies