in reply to Class::DBI and multiple foreign keys

(this is just an aside comment)

After reading an article on www.perl.com I was quite enthusiastic about Class::DBI and wanted to use it for projects, however trying to install it was somewhat difficult - it had numerous dependancies and took me quite a while to get going.

One other package is like this: DateTime. I once went on a world trip and using this fantastic module I calculated the local times, and sunrises and sunsets on each day in each city that I would be in! Fabulous! However installing this module is a huge effort because of the sheer number of dependencies.

It is sad because I would like to use these modules more often but just fear for needing to run my application on a system where installing a large number of modules may not be an option (such as websites).

Replies are listed 'Best First'.
Re^2: Class::DBI and multiple foreign keys
by PodMaster (Abbot) on May 31, 2005 at 05:40 UTC
    However installing this module is a huge effort because of the sheer number of dependencies.
    Only if you make it one. CPAN/PPM/CPANPLUS all make it significantly faster.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.