Using the Rockway's Catalyst book to help bring me up to speed on Catalyst and I've got a problem that I can't figure out.
On page 59, where it uses a database to store the session key. I'm following the example exactly and I've made all the code changes, but when I start the server it gives me the following error:
"Couldn't find a model named DBIC::Session at /usr/local/share/perl/5.8.8/ Catalyst/Plugin/Session/Store/DBIC.pm line 143.
Compilation failed in require at script/addressbook_server.pl line 53."
I've got Rockway's tar file with code and I checked that I have all the prerequisite modules installed. Any ideas?