[Maypole] re: problems getting started
kellan.975817@bloglines.com
kellan.975817@bloglines.com
26 Mar 2004 18:58:17 -0000
Okay I tracked down my initial problem with getting the BeerDB example to work. For some reason Class::DBI::AsForm failed to get installed by CPAN when I installed the rest of Maypole.
This was causing Maypole::Model::CDBI to not compile. UNIVERSAL::require() was suppressing these compilation errors as it wraps the require in an eval (its sole function?)
Therefore Maypole::Model::Base->setup_database() was getting called instead.
I'd have just sheepishly, and quietly solved this except the only other person I know who tried to install Maypole got stuck at exactly the same point.
Looking forward to taking the next step once I get a little more free time.
Thanks
Kellan