X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=0be104f1ea63dc26526588fab1bebd524553b472;hb=91864987dc0e2256fe00b94853ba5b3a18f01ea2;hp=88254bcb4de5e4550c8cd286de853517de9c1549;hpb=afdca3a3485dde00ff60b2b72039ed338f35d47d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 88254bc..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.00'; +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 @@ -188,7 +188,7 @@ Sebastian Riedel, C =head1 THANK YOU Danijel Milicevic, David Naughton, Gary Ashton Jones, Jesse Sheidlower, -Marcus Ramberg and all the others who've helped. +Johan Lindstrom, Marcus Ramberg and all the others who've helped. =head1 LICENSE