From 128299299d7a06eadc4f30fc6c17ad127b91af3f Mon Sep 17 00:00:00 2001 From: Dave Menninger Date: Wed, 19 Nov 2014 16:03:57 -0500 Subject: [PATCH] add deps to Makefile.PL --- Makefile.PL | 5 ++++- Readme.markdown | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index dc511cf..72f3239 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,10 @@ WriteMakefile( 'Mojolicious' => '5.57', 'Mojolicious::Plugin::Authentication' => 0, 'Mojolicious::Commands' => 0, - 'Mango' => 0 + 'Mango' => 0, + 'Mojolicious::Plugin::Bcrypt' => 0, + 'Mojolicious::Plugin::Authorization' => 0, + 'Crypt::Eksblowfish::Bcrypt' => 0, }, test => { TESTS => 't/*.t' } ); diff --git a/Readme.markdown b/Readme.markdown index fb6f7ff..6cfa546 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -45,6 +45,7 @@ This is an example Mojolicious app. Its goals are: ## Credits * http://12factor.net/ +* https://github.com/kazeburo/heroku-buildpack-perl-procfile * https://github.com/benvanstaveren/Mojolicious-Plugin-Authentication * https://github.com/byterock/mojolicious-plugin-authorization * https://github.com/Bivee/mojolicious-project-base