X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=0be104f1ea63dc26526588fab1bebd524553b472;hb=91864987dc0e2256fe00b94853ba5b3a18f01ea2;hp=c6c3d05b4360b653e5147e4fe311a6d698fdbf74;hpb=f15b2b8ac40dc694e1738af1014fc99ec4b2e27b;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c6c3d05..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.13'; +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 - perl bin/create model Something - perl bin/create view Stuff - perl bin/create controller Yada + bin/create.pl model Something + bin/create.pl view Stuff + bin/create.pl controller Yada # built in testserver - perl bin/server + bin/server.pl # command line interface - perl bin/test /yada + bin/test.pl /yada See also L