You're probably missing Rose::Object and a few other dependencies. Here's a Rose::DB bundle. There's 68 dependencies, so have fun.
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "DateTime", "DateTime::Format::Pg", "DBI", "Time::Clock", "Convert::NLS_DATE_FORMAT", "DateTime::Format::Oracle", "Sub::Install", "Params::Util", "Data::OptList", "Sub::Exporter", "SQL::ReservedWords", "Storable", "Carp::Clan", "Bit::Vector::Overload", "Rose::Object", "Task::Weaken", "Class::Factory::Util", "DateTime::Format::Strptime", "DateTime::Format::Builder", "Time::Local", "Math::Round", "List::MoreUtils", "DateTime::Locale", "Try::Tiny", "Test::Fatal", "Encode", "Test", "Text::Wrap", "Pod::Escapes", "Pod::Simple", "Pod::Man", "ExtUtils::MakeMaker", "Class::Load", "parent", "ExtUtils::ParseXS", "Module::CoreList", "Module::Load", "Params::Check", "Module::Load::Conditional", "Locale::Maketext::Simple", "IPC::Cmd", "ExtUtils::CBuilder", "Perl::OSType", "IO::Dir", "Version::Requirements", "Exporter", "CPAN::Meta", "CPAN::Meta::YAML", "JSON", "JSON::PP", "Parse::CPAN::Meta", "File::Spec", "File::Temp", "version", "Module::Metadata", "Module::Build", "Attribute::Handlers", "Params::Validate", "Class::Singleton", "DateTime::TimeZone", "Sub::Uplevel", "Test::Exception", "Test::Harness", "Test::More", "Scalar::Util", "DateTime::Format::MySQL", "Clone", "Clone::PP", "Rose::DB");

In reply to Re: Problems locating modules by Khen1950fx
in thread Problems locating modules by calivw78

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.