X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/451688a8a49ddb78576c4a093770f464b5f4e140..b4fc493375b77b6e27414fe3f7773f8b1add00fd:/SL/InstallationCheck.pm diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 5ac2bd8f1..a3aa509ac 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -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)}