Merge branch 'von-opendynamic'
[kivitendo-erp.git] / SL / InstallationCheck.pm
index 5ac2bd8..a3aa509 100644 (file)
@@ -67,6 +67,7 @@ BEGIN {
   { name => "Test::Output",                        url => "http://search.cpan.org/~bdfoy/",     debian => 'libtest-output-perl' },
   { name => "URI::Find",                           url => "http://search.cpan.org/~mschwern/",  debian => 'liburi-find-perl' },
   { name => "GD",              version => '2.00',  url => "http://search.cpan.org/~lds/",       debian => 'libgd-perl' },
+  { name => "Rose::DB::Object", version => 0.809,  url => "http://search.cpan.org/~jsiracusa/", debian => 'librose-db-object-perl' },
 );
 
 $_->{fullname} = join ' ', grep $_, @$_{qw(name version)}