Skip to content

Commit

Permalink
Item13883: Add Email::Address to dependencies
Browse files Browse the repository at this point in the history
This typically gets picked up by Email::MIME, but I've run into a case
where I had to install it maually, so best add it to DEPENDENCIES.  This
is not a new dependency.
  • Loading branch information
gac410 committed Feb 24, 2018
1 parent 99b2a43 commit bfbe13e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/data/System/SystemRequirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1516511288" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1519446557" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminDocumentationCategory"}%
---+ System Requirements

Expand Down Expand Up @@ -52,6 +52,7 @@ Install apache and rcs: ==apt-get install apache2 rcs==
| CGI::Session | =libcgi-session-perl= | |
| Crypt::PasswdMD5 | =libcrypt-passwdmd5-perl= | |
| Digest::SHA | =libdigest-sha-perl= | *First shipped in perl 5.9.3 |
| Email::Address | =libemail-address-perl= | |
| Email::MIME | =libemail-mime-perl= | |
| Encode | =libencode-perl= | |
| Error | =liberror-perl= | |
Expand Down Expand Up @@ -119,6 +120,7 @@ Install apache2, rcs, and perl-CPAN
| CGI::Session | =perl-CGI-Session= | |
| Crypt::PasswdMD5 | =perl-Crypt-PasswdMD5= | |
| Digest::SHA | =perl-Digest-SHA= | *First shipped in perl 5.9.3 |
| Email::Address | =perl-Email-Address= | |
| Email::MIME | =perl-Email-MIME= | |
| Encode | =perl-Encode= | |
| Error | =perl-Error= | |
Expand Down Expand Up @@ -195,6 +197,7 @@ Install =www-servers/apache=, =dev-vcs/rcs=, and =dev-lang/perl=
| CGI::Session | =dev-perl/CGI-Session= | |
| Crypt::PasswdMD5 | =dev-perl/Crypt-PasswdMD5= | |
| Digest::SHA | | Included with perl |
| Email::Address | =dev-perl/Email-Address= | |
| Email::MIME | =dev-perl/Email-MIME= | |
| Error | =dev-perl/Error= | |
| Encode | | Included with perl |
Expand Down Expand Up @@ -257,6 +260,7 @@ Install =apache24=, =rcs=, and =perl5=
| CGI::Session | =p5-CGI-Session= | |
| Crypt::PasswdMD5 | =p5-Crypt-PasswdMD5= | |
| Digest::SHA | =p5-Digest-SHA= | *First shipped in perl 5.9.3 |
| Email::Address | =p5-Email-Address= | |
| Email::MIME | =p5-Email-MIME= | |
| Encode | =p5-Encode= | |
| Error | =p5-Error= | |
Expand Down Expand Up @@ -321,6 +325,7 @@ If run as root, the modules will be installed in the System perl. Otherwise th
| Crypt::PasswdMD5 | |
| Digest::SHA | Included with perl |
| Error | |
| Email::Address | |
| Email::MIME | |
| Encode | |
| File::Copy::Recursive | |
Expand Down
1 change: 1 addition & 0 deletions core/lib/Foswiki/Contrib/core/DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Crypt::PasswdMD5,>=0,cpan,Required, for admin password hash and .htpasswd encodi
Crypt::SMIME,>=0,cpan,Optional S/MIME email signing feature.
Crypt::X509,>=0,cpan,Optional S/MIME email signing feature.
Convert::PEM,>=0,cpan,Optional S/MIME email signing feature.
Email::Address,>1.00,cpan,Required for email addresses.
Email::MIME,>=1.903,cpan,Required for correct handling of email MIME structure.
Email::Simple,>=2.206,cpan,Required for compatibility with Email::MIME.
Encode,>=2.01,cpan,Required for international characters.
Expand Down

0 comments on commit bfbe13e

Please sign in to comment.