in reply to Re^2: Can't locate DBIx::Dump
in thread Can't locate DBIx::Dump

The two are two different modules. See Data::Dump and compare that to DBIx::Dump. The error message is about DBIx::Dump. You installed Data::Dump. You installed the wrong module.

Replies are listed 'Best First'.
Re^4: Can't locate DBIx::Dump
by dasgar (Priest) on Sep 03, 2010 at 18:04 UTC

    Also, unless you did a custom compilation of Perl without the Data::Dump module, you shouldn't have to install it since it is a core module.

Re^4: Can't locate DBIx::Dump
by Anonymous Monk on Sep 03, 2010 at 18:09 UTC

    "The error message is about DBIx::Dump. You installed Data::Dump. You installed the wrong module."

    You're right of course :( .. apologies for the aggravation. I installed the correct module - and it works! Thanks for the help.

      Congratulations. You came for help, got it, and accepted the error with good grace.

      You should log in next time so we can give you proper credit for your astoundingly good social behavior. Seems pointless to ++ the Anonymous Monk.

      :: grin ::