X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=961899e1086c0abe1334c14c4d14f700ceb72763;hb=60fa95baef6674b7431c19bdf5c97ac32aa1ef81;hp=881cf4c3a9e708f3a275d16c75088568a33fafa2;hpb=f5dd5cc52518924c7bdc338341f15b75f0597490;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 881cf4c..961899e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -61,7 +61,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI'); __PACKAGE__->request_class('Catalyst::Request'); __PACKAGE__->response_class('Catalyst::Response'); -our $VERSION = '5.6901'; +our $VERSION = '5.6902'; sub import { my ( $class, @arguments ) = @_; @@ -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