in reply to Re: Installing Class::DBI
in thread Installing Class::DBI

Ordinarily, I'd be inclined to agree with you. However, Class::DBI has a huge number of dependencies. From the makefile:

Class::Accessor => '0.16', Class::Data::Inheritable => '0.02', DBD::CSV => '0.1022', Ima::DBI => '0.26', Test::More => '0.11', File::Temp => '0.12', Class::Trigger => '0.03', UNIVERSAL::exports => '0.03'

And guess what? Those modules have their own dependencies (such as Class::WhiteHole). Using PPM, CPAN or CPANPLUS is definitely the way to go. I've had to install Class::DBI by hand and it's a royal pain. I understand that the next version of Class::DBI will have fewer dependencies (thank goodness!)

Cheers,
Ovid

New address of my CGI Course.
Silence is Evil (feel free to copy and distribute widely - note copyright text)

Replies are listed 'Best First'.
Re: Re: Re: Installing Class::DBI
by impossiblerobot (Deacon) on Mar 06, 2003 at 16:16 UTC

    Thanks, Ovid. I had just looked at the manifest for Class ::DBI and noticed that there were no XS components; I didn't think about the possibility of excessive dependencies. :-)

    Even so, I probably should have mentioned the CPAN shell (which tachyon's guide does mention).


    Impossible Robot