Skip to content

Commit

Permalink
fix yaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Oct 23, 2015
1 parent 75a0c77 commit 5fe115a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
requires "Dancer2" => "0.160001";
requires "Dancer2::Plugin::Database" => "0";
requires "DBD::mysql" => "4.031";
requires "YAML::XS" => "0";
requires "Template" => "0";

recommends "YAML" => "0";
recommends "URL::Encode::XS" => "0";
recommends "CGI::Deurl::XS" => "0";
recommends "HTTP::Parser::XS" => "0";
Expand Down

0 comments on commit 5fe115a

Please sign in to comment.