X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8eb4af24b69a19457d8093c44330643431d4157d..a11b9390a2cd4cd44174d677f1987835b3c4aa38:/SL/InstallationCheck.pm diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 944de739d..da419e982 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -11,9 +11,11 @@ use strict; { name => "Archive::Zip", url => "http://search.cpan.org/~adamk/" }, { name => "Class::Accessor", url => "http://search.cpan.org/~kasei/" }, { name => "CGI::Ajax", url => "http://search.cpan.org/~bct/" }, + { name => "DateTime", url => "http://search.cpan.org/~drolsky/" }, { name => "DBI", url => "http://search.cpan.org/~timb/" }, { name => "DBD::Pg", url => "http://search.cpan.org/~dbdpg/" }, { name => "Email::Address", url => "http://search.cpan.org/~rjbs/" }, + { name => "FCGI", url => "http://search.cpan.org/~mstrout/" }, { name => "IO::Wrap", url => "http://search.cpan.org/~dskoll/" }, { name => "List::MoreUtils", url => "http://search.cpan.org/~vparseval/" }, { name => "PDF::API2", url => "http://search.cpan.org/~areibens/" }, @@ -23,6 +25,7 @@ use strict; { name => "URI", url => "http://search.cpan.org/~gaas/" }, { name => "XML::Writer", url => "http://search.cpan.org/~josephw/" }, { name => "YAML", url => "http://search.cpan.org/~ingy/" }, + { name => "parent", url => "http://search.cpan.org/dist/parent/" }, ); @optional_modules = ();