From: Chris N. <pu...@po...> - 2001-03-27 20:31:27
|
At 07:57 -0800 2001.03.27, James Edward Marca wrote: >I had already loaded slash 1.1.1, and so had DBIx:Password >already installed, so install Bundle::Slash did not reinstall >it, or check its dependencies. But, I did not have >DBD::Pg loaded in my perl environment, and so slash kept >failing to connect to the pgsql database. > >downloading DBIx::Password and installing by hand was the only way >I knew of to force a reinstall, and get access to the make test. >make test failed miserably, and pointed out that DBD::Pg was required. > >I know nothing about CPAN bundles, but can you add a dependency >check for DBD::Pg somehow? Not without requiring it for everyone who uses it. When you are installing Bundle::Slash (or before), just do: cpan> install DBD::Pg You can install any modules individually that way. BSD users also need to this for BSD::Resource. I can add this to the next version of INSTALL. I'll try to make it a bit more clear, and mention alternate DBDs specifically. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |