Skip to content

Commit

Permalink
add deps to Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
davemenninger committed Nov 19, 2014
1 parent ca39e9d commit 1282992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
);
1 change: 1 addition & 0 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1282992

Please sign in to comment.