Skip to content

Commit

Permalink
Add Mail::Sender optional dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jun 10, 2015
1 parent 567d0d6 commit 2e03e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ These are included with most Linux distributions.
* `Parallel::ForkManager <http://search.cpan.org/~szabgab/Parallel-ForkManager/lib/Parallel/ForkManager.pm>`_ - Required for multi-threading autotagger and autodefiner scripts.
* `Net::Oauth <http://search.cpan.org/dist/Net-OAuth/lib/Net/OAuth.pm>`_ - Required for REST authentication (this needs to be installed even if you are not using REST).
* `Crypt::Eksblowfish::Bcrypt <http://search.cpan.org/~zefram/Crypt-Eksblowfish/lib/Crypt/Eksblowfish/Bcrypt.pm>`_ - Used for password hashing.
* `Mail::Sender <http://search.cpan.org/~jenda/Mail-Sender/Sender.pm>`_ - [optional] - Used to send E-mail messages by submission system.

Optional packages
=================
Expand Down

0 comments on commit 2e03e74

Please sign in to comment.