X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b06f6467a768e700c8bd9ec5d2e46c0478bfaef1;hb=f3107403051db906860025158685191ad7fad0fe;hp=4bd707f3cceb38dcb5e90cb8c3b9b843d344a3f8;hpb=6294ce5fb0104bec15e7c30097eb39e236840688;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4bd707f..b06f646 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -98,7 +98,7 @@ documentation and tutorials. catalyst.pl MyApp # add models, views, controllers - script/myapp_create.pl model MyDatabase DBIC::Schema create=dynamic dbi:SQLite:/path/to/db + script/myapp_create.pl model MyDatabase DBIC::Schema create=static dbi:SQLite:/path/to/db script/myapp_create.pl view MyTemplate TT script/myapp_create.pl controller Search @@ -788,8 +788,7 @@ L. =head2 $c->path_to(@path) Merges C<@path> with C<< $c->config->{home} >> and returns a -L object. Must be called after C<< MyApp->setup >>, -which sets up C<< $c->config->{home} >>. +L object. For example: