Did you try getting Data::Dumper from CPAN, and install it manually (perl Makefile.pl; make; make test; make install) ? If it doesn't install, at least you'll get some trace of what happens.
Unless this has changed with Slash2.0, I don't believe there is a dependency between Data::Dumper and the sql scripts.
Did you try a manual install ? (Score:2)
Unless this has changed with Slash2.0, I don't believe there is a dependency between Data::Dumper and the sql scripts.
Re:Did you try a manual install ? (Score:2)
$ cd
[shane@hobbes slash]$ grep -ie "dumper" * -r
Slash/Test/Test.pm: % perl -MSlash::Test -e 'print Dumper $user'
Slash/Test/Test.pm: % perl -MSlash::Test=virtualuser -e 'print Dumper $user'
Slash/Test/Test.pm: print Dumper $user;
Slash/Test/Test.pm:Slash::XML, and Data::Dumper into the current namespace. Will export $user,
Slash/Test/Test.pm:use Data::Dumper;
Slash/Test/Test.pm: @Data::Dumper::EXPORT,
Slash/blib/lib/Slash/Test.pm: % perl -MSlash::Test -e 'print Dumper $user'
Slash/blib/lib/Slash/Test.pm: % perl -MSlash::Test=virtualuser -e 'print Dumper $user'
Slash/blib/lib/Slash/Test.pm: print Dumper $user;
Slash/blib/lib/Slash/Test.pm:Slash::XML, and Data::Dumper into the current namespace. Will export $user,
Slash/blib/lib/Slash/Test.pm:use Data::Dumper;
Slash/blib/lib/Slash/Test.pm: @Data::Dumper::EXPORT,
Slash/blib/man3/Slash::Test.3:\& % perl -MSlash::Test -e 'print Dumper $user'
Slash/blib/man3/Slash::Test.3:\& % perl -MSlash::Test=virtualuser -e 'print Dumper $user'
Slash/blib/man3/Slash::Test.3:\& print Dumper $user;
Slash/blib/man3/Slash::Test.3:Slash::XML, and Data::Dumper into the current namespace. Will export \f(CW$user\fR,
utils/createTestStories:use Data::Dumper;
utils/dependencies.plx:use Data::Dumper;
lottadot [lottadot.com]