]> wagnertech.de Git - mfinanz.git/blobdiff - SL/InstallationCheck.pm
Bugfix: CVar Sichtbarkeit in Projekten.
[mfinanz.git] / SL / InstallationCheck.pm
index 944de739d7c3866340b25ade4f1201fd229987af..da419e982f4050e352b555ad9b5cda317b584f51 100644 (file)
@@ -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 = ();