X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=0be104f1ea63dc26526588fab1bebd524553b472;hb=91864987dc0e2256fe00b94853ba5b3a18f01ea2;hp=e49736fa3f4862b1fb23c93e8634a07a2895c317;hpb=d7c505f31a1c555f2cc3bee7ddfb550a808cd091;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e49736f..0be104f 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -7,7 +7,7 @@ use Catalyst::Log; __PACKAGE__->mk_classdata($_) for qw/_config log/; -our $VERSION = '4.01'; +our $VERSION = '4.20'; our @ISA; =head1 NAME @@ -17,19 +17,19 @@ Catalyst - The Elegant MVC Web Application Framework =head1 SYNOPSIS # use the helper to start a new application - catalyst MyApp + catalyst.pl MyApp cd MyApp # add models, views, controllers - bin/create model Something - bin/create view Stuff - bin/create controller Yada + bin/create.pl model Something + bin/create.pl view Stuff + bin/create.pl controller Yada # built in testserver - bin/server + bin/server.pl # command line interface - bin/test /yada + bin/test.pl /yada See also L