Thai Heng has asked for the wisdom of the Perl Monks concerning the following question:

Dear monks:

I use the following command:

perl script/myapp_create.pl model DB DBIC::Schema DB::Schema create=st +atic dbi:Pg:dbnamgre=Advent.db postgres zaiai
The Pg Database advent has a table named people,but the created result table model'name is person.pm.
I want to know what's wrong. I find the document perldoc DBIx::Class::Schema::Loader, there may be a default map about table name and model name. I can't sure.

My questions:

1. What about mine? 2. What's the correct methord finding correct document?
Thanks!

Replies are listed 'Best First'.
Re: How can I find Catalyst's document about specific question?
by keszler (Priest) on Jan 22, 2013 at 16:43 UTC