In Catalyst development, there are so many modulers. When I run the command as follows, I get the error
No tables found, did you forget to specify db_schema
script/addressbook_create.pl model AddressDB DBIC::Schema AddressBook::Schema::AddressDB create=static dbi:SQLite:/tmp/database
I am reading the book--Catalyst 5.8 the perl MVC framework
My questions:
How to solve this problem?
What can I get some helper from perldoc or something else? The doc is much more, and dependencies about modulers is so difficult. What's the key?