]> wagnertech.de Git - mfinanz.git/blobdiff - SL/InstallationCheck.pm
Bugfix: CVar Sichtbarkeit in Projekten.
[mfinanz.git] / SL / InstallationCheck.pm
index cf523be2a3b468ae0803518ff00578089e92092c..da419e982f4050e352b555ad9b5cda317b584f51 100644 (file)
@@ -11,6 +11,7 @@ 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/" },
@@ -24,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 = ();