Revision 559eae20
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/InstallationCheck.pm | ||
---|---|---|
12 | 12 |
{ name => "parent", url => "http://search.cpan.org/~corion/", debian => 'libparent-perl' }, |
13 | 13 |
{ name => "Archive::Zip", version => '1.16', url => "http://search.cpan.org/~adamk/", debian => 'libarchive-zip-perl' }, |
14 | 14 |
{ name => "Class::Accessor", version => '0.30', url => "http://search.cpan.org/~kasei/", debian => 'libclass-accessor-perl' }, |
15 |
{ name => "Config::Std", url => "http://search.cpan.org/~dconway/", debian => 'libconfig-std-perl' }, |
|
15 | 16 |
{ name => "CGI::Ajax", version => '0.697', url => "http://search.cpan.org/~bct/" }, # no debian package, ours contains bugfixes |
16 | 17 |
{ name => "DateTime", url => "http://search.cpan.org/~drolsky/", debian => 'libdatetime-perl' }, |
17 | 18 |
{ name => "DBI", version => '1.50', url => "http://search.cpan.org/~timb/", debian => 'libdbi-perl' }, |
... | ... | |
19 | 20 |
{ name => "Email::Address", url => "http://search.cpan.org/~rjbs/", debian => 'libemail-address-perl' }, |
20 | 21 |
{ name => "FCGI", url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' }, |
21 | 22 |
{ name => "List::MoreUtils", version => '0.21', url => "http://search.cpan.org/~vparseval/", debian => 'liblist-moreutils-perl' }, |
23 |
{ name => "Params::Validate", url => "http://search.cpan.org/~drolsky/", debian => 'libparams-validate-perl' }, |
|
22 | 24 |
{ name => "PDF::API2", version => '2.000', url => "http://search.cpan.org/~areibens/", debian => 'libpdf-api2-perl' }, |
23 | 25 |
{ name => "Rose::Object", url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-object-perl' }, |
24 | 26 |
{ name => "Rose::DB", url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-perl' }, |
doc/INSTALL.texi | ||
---|---|---|
139 | 139 |
@item |
140 | 140 |
CGI::Ajax |
141 | 141 |
@item |
142 |
Config::Std |
|
143 |
@item |
|
142 | 144 |
DateTime |
143 | 145 |
@item |
144 | 146 |
DBI |
... | ... | |
149 | 151 |
@item |
150 | 152 |
List::MoreUtils |
151 | 153 |
@item |
154 |
Params::Validate |
|
155 |
@item |
|
152 | 156 |
PDF::API2 |
153 | 157 |
@item |
154 | 158 |
Rose::Object |
... | ... | |
190 | 194 |
|
191 | 195 |
Für Debian oder Ubuntu benötigen Sie diese Pakete: |
192 | 196 |
|
193 |
@code{apache2 postgresql libparent-perl libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl liblist-moreutils-perl libpdf-api2-perl librose-object-perl librose-db-perl librose-db-object-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl} |
|
197 |
@code{apache2 postgresql libparent-perl libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl liblist-moreutils-perl libpdf-api2-perl librose-object-perl librose-db-perl librose-db-object-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl libconfig-std-perl libparams-validate-perl}
|
|
194 | 198 |
|
195 | 199 |
Für Fedora Core benötigen Sie diese Pakete: |
196 | 200 |
|
doc/INSTALL.txt | ||
---|---|---|
128 | 128 |
|
129 | 129 |
* CGI::Ajax |
130 | 130 |
|
131 |
* Config::Std |
|
132 |
|
|
131 | 133 |
* DateTime |
132 | 134 |
|
133 | 135 |
* DBI |
... | ... | |
138 | 140 |
|
139 | 141 |
* List::MoreUtils |
140 | 142 |
|
143 |
* Params::Validate |
|
144 |
|
|
141 | 145 |
* PDF::API2 |
142 | 146 |
|
143 | 147 |
* Rose::Object |
... | ... | |
185 | 189 |
libpg-perl libemail-address-perl liblist-moreutils-perl |
186 | 190 |
libpdf-api2-perl librose-object-perl librose-db-perl |
187 | 191 |
librose-db-object-perl libtemplate-perl libtext-csv-xs-perl |
188 |
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl' |
|
192 |
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl |
|
193 |
libconfig-std-perl libparams-validate-perl' |
|
189 | 194 |
|
190 | 195 |
Für Fedora Core benötigen Sie diese Pakete: |
191 | 196 |
|
doc/INSTALL/Pakete.html | ||
---|---|---|
43 | 43 |
<li>Archive::Zip |
44 | 44 |
<li>Class::Accessor |
45 | 45 |
<li>CGI::Ajax |
46 |
<li>Config::Std |
|
46 | 47 |
<li>DateTime |
47 | 48 |
<li>DBI |
48 | 49 |
<li>DBD::Pg |
49 | 50 |
<li>Email::Address |
50 | 51 |
<li>List::MoreUtils |
52 |
<li>Params::Validate |
|
51 | 53 |
<li>PDF::API2 |
52 | 54 |
<li>Rose::Object |
53 | 55 |
<li>Rose::DB |
... | ... | |
80 | 82 |
|
81 | 83 |
<p>Für Debian oder Ubuntu benötigen Sie diese Pakete: |
82 | 84 |
|
83 |
<p><code>apache2 postgresql libparent-perl libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl liblist-moreutils-perl libpdf-api2-perl librose-object-perl librose-db-perl librose-db-object-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl</code> |
|
85 |
<p><code>apache2 postgresql libparent-perl libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl liblist-moreutils-perl libpdf-api2-perl librose-object-perl librose-db-perl librose-db-object-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl libconfig-std-perl libparams-validate-perl</code>
|
|
84 | 86 |
|
85 | 87 |
<p>Für Fedora Core benötigen Sie diese Pakete: |
86 | 88 |
|
Auch abrufbar als: Unified diff
Neu benötigte Module dokumentiert