X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=961899e1086c0abe1334c14c4d14f700ceb72763;hb=60fa95baef6674b7431c19bdf5c97ac32aa1ef81;hp=b43ffcc89a825be4f26e4f6180d443d1ae269fe3;hpb=50f6a990e35f22a9037b1caf72bb8271bb556e78;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b43ffcc..961899e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -91,7 +91,7 @@ Catalyst - The Elegant MVC Web Application Framework catalyst.pl MyApp # add models, views, controllers - script/myapp_create.pl model Database DBIC dbi:SQLite:/path/to/db + script/myapp_create.pl model Database DBIC::SchemaLoader dbi:SQLite:/path/to/db script/myapp_create.pl view TT TT script/myapp_create.pl controller Search