X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=cdd9c5349f3bee10eb02dd1afa4bd1e3a24149c4;hp=5883f09145473356db281a26d297549319c8fb6a;hb=7e5adeddb832463a4c4028b4ea2ec9fdf1ddbdad;hpb=03a538159d1fff846548900dd12b86a7078ff443 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 5883f09..cdd9c53 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.23'; 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 + script/create.pl model Something + script/create.pl view Stuff + script/create.pl controller Yada # built in testserver - bin/server + script/server.pl # command line interface - bin/test /yada + script/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