Revision 8ac5bc8d
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/InstallationCheck.pm | ||
---|---|---|
19 | 19 |
{ name => "Email::Address", url => "http://search.cpan.org/~rjbs/", debian => 'libemail-address-perl' }, |
20 | 20 |
{ name => "Email::MIME", url => "http://search.cpan.org/~rjbs/", debian => 'libemail-mime-perl' }, |
21 | 21 |
{ name => "FCGI", version => '0.72', url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' }, |
22 |
{ name => "File::Copy::Recursive", url => "http://search.cpan.org/~dmuey/", debian => 'libfile-copy-recursive-perl' }, |
|
22 | 23 |
{ name => "JSON", url => "http://search.cpan.org/~makamaka", debian => 'libjson-perl' }, |
23 | 24 |
{ name => "List::MoreUtils", version => '0.21', url => "http://search.cpan.org/~vparseval/", debian => 'liblist-moreutils-perl' }, |
24 | 25 |
{ name => "Params::Validate", url => "http://search.cpan.org/~drolsky/", debian => 'libparams-validate-perl' }, |
doc/dokumentation.xml | ||
---|---|---|
140 | 140 |
|
141 | 141 |
<listitem><para><literal>FCGI</literal> (nicht Versionen 0.68 bis 0.71 inklusive; siehe <xref linkend="Apache-Konfiguration.FCGI.WebserverUndPlugin"/>)</para></listitem> |
142 | 142 |
|
143 |
<listitem><para><literal>File::Copy::Recursive</literal></para></listitem> |
|
144 |
|
|
143 | 145 |
<listitem><para><literal>JSON</literal></para></listitem> |
144 | 146 |
|
145 | 147 |
<listitem><para><literal>List::MoreUtils</literal></para></listitem> |
... | ... | |
211 | 213 |
librose-db-perl librose-object-perl libsort-naturally-perl \ |
212 | 214 |
libstring-shellquote-perl libtemplate-perl libtext-csv-xs-perl \ |
213 | 215 |
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl \ |
214 |
postgresql</programlisting> |
|
216 |
libfile-copy-recursive-perl postgresql</programlisting>
|
|
215 | 217 |
</sect3> |
216 | 218 |
|
217 | 219 |
<sect3> |
... | ... | |
221 | 223 |
|
222 | 224 |
<programlisting>yum install httpd perl-Archive-Zip perl-Clone perl-DBD-Pg \ |
223 | 225 |
perl-DBI perl-DateTime perl-Email-Address perl-Email-MIME perl-FCGI \ |
224 |
perl-JSON perl-List-MoreUtils perl-Net-SMTP-SSL perl-Net-SSLGlue \ |
|
226 |
perl-File-Copy-Recursive perl-JSON perl-List-MoreUtils perl-Net-SMTP-SSL perl-Net-SSLGlue \
|
|
225 | 227 |
perl-PDF-API2 perl-Params-Validate perl-Rose-DB perl-Rose-DB-Object \ |
226 | 228 |
perl-Rose-Object perl-Sort-Naturally perl-String-ShellQuote \ |
227 | 229 |
perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI \ |
... | ... | |
242 | 244 |
|
243 | 245 |
<programlisting>zypper install apache2 perl-Archive-Zip perl-Clone \ |
244 | 246 |
perl-Config-Std perl-DBD-Pg perl-DBI perl-DateTime perl-Email-Address \ |
245 |
perl-Email-MIME perl-FastCGI perl-JSON perl-List-MoreUtils \ |
|
247 |
perl-Email-MIME perl-FastCGI perl-File-Copy-Recursive perl-JSON perl-List-MoreUtils \
|
|
246 | 248 |
perl-Net-SMTP-SSL perl-Net-SSLGlue perl-PDF-API2 perl-Params-Validate \ |
247 | 249 |
perl-Sort-Naturally perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv \ |
248 | 250 |
perl-URI perl-XML-Writer perl-YAML postgresql-server</programlisting> |
Auch abrufbar als: Unified diff
Neues benötigtes Modul: File::Copy::Recursive