Revision 8eb4af24
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/InstallationCheck.pm | ||
---|---|---|
8 | 8 |
use strict; |
9 | 9 |
|
10 | 10 |
@required_modules = ( |
11 |
{ "name" => "Class::Accessor", "url" => "http://search.cpan.org/~kasei/" }, |
|
12 |
{ "name" => "CGI", "url" => "http://search.cpan.org/~lds/" }, |
|
13 |
{ "name" => "CGI::Ajax", "url" => "http://search.cpan.org/~bct/" }, |
|
14 |
{ "name" => "DBI", "url" => "http://search.cpan.org/~timb/" }, |
|
15 |
{ "name" => "DBD::Pg", "url" => "http://search.cpan.org/~dbdpg/" }, |
|
16 |
{ "name" => "Archive::Zip", "url" => "http://search.cpan.org/~adamk/" }, |
|
17 |
{ "name" => "Text::Iconv", "url" => "http://search.cpan.org/~mpiotr/" }, |
|
18 |
{ "name" => "Time::HiRes", "url" => "http://search.cpan.org/~jhi/" }, |
|
19 |
{ "name" => "YAML", "url" => "http://search.cpan.org/~ingy/" }, |
|
20 |
{ "name" => "IO::Wrap", "url" => "http://search.cpan.org/~dskoll/" }, |
|
21 |
{ "name" => "Text::CSV_XS", "url" => "http://search.cpan.org/~hmbrand/" }, |
|
22 |
{ "name" => "List::Util", "url" => "http://search.cpan.org/~gbarr/" }, |
|
23 |
{ "name" => "Template", "url" => "http://search.cpan.org/~abw/" }, |
|
24 |
{ "name" => "Digest::MD5", "url" => "http://search.cpan.org/~gaas/" }, |
|
25 |
{ "name" => "PDF::API2", "url" => "http://search.cpan.org/~areibens/" }, |
|
26 |
{ "name" => "URI", "url" => "http://search.cpan.org/~gaas/" }, |
|
27 |
{ "name" => "XML::Writer", "url" => "http://search.cpan.org/~josephw/" }, |
|
28 |
); |
|
29 |
|
|
30 |
@optional_modules = ( |
|
31 |
); |
|
11 |
{ name => "Archive::Zip", url => "http://search.cpan.org/~adamk/" }, |
|
12 |
{ name => "Class::Accessor", url => "http://search.cpan.org/~kasei/" }, |
|
13 |
{ name => "CGI::Ajax", url => "http://search.cpan.org/~bct/" }, |
|
14 |
{ name => "DBI", url => "http://search.cpan.org/~timb/" }, |
|
15 |
{ name => "DBD::Pg", url => "http://search.cpan.org/~dbdpg/" }, |
|
16 |
{ name => "Email::Address", url => "http://search.cpan.org/~rjbs/" }, |
|
17 |
{ name => "IO::Wrap", url => "http://search.cpan.org/~dskoll/" }, |
|
18 |
{ name => "List::MoreUtils", url => "http://search.cpan.org/~vparseval/" }, |
|
19 |
{ name => "PDF::API2", url => "http://search.cpan.org/~areibens/" }, |
|
20 |
{ name => "Template", url => "http://search.cpan.org/~abw/" }, |
|
21 |
{ name => "Text::CSV_XS", url => "http://search.cpan.org/~hmbrand/" }, |
|
22 |
{ name => "Text::Iconv", url => "http://search.cpan.org/~mpiotr/" }, |
|
23 |
{ name => "URI", url => "http://search.cpan.org/~gaas/" }, |
|
24 |
{ name => "XML::Writer", url => "http://search.cpan.org/~josephw/" }, |
|
25 |
{ name => "YAML", url => "http://search.cpan.org/~ingy/" }, |
|
26 |
); |
|
27 |
|
|
28 |
@optional_modules = (); |
|
32 | 29 |
|
33 | 30 |
sub module_available { |
34 | 31 |
my ($module) = @_; |
Auch abrufbar als: Unified diff
Paketiinformationen und UPDAGRE aktualisiert.