X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=5349cb278ab9d299b7a2881bc4c14053daec7aa1;hp=88254bcb4de5e4550c8cd286de853517de9c1549;hb=aff93052863e06b3f0b8b8e76e313156582fd78e;hpb=afdca3a3485dde00ff60b2b72039ed338f35d47d diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 88254bc..5349cb2 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.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 @@ -176,6 +176,17 @@ sub import { $caller->log->debug(qq/Loaded engine "$engine"/) if $caller->debug; } +=head1 SUPPORT + +IRC: + + Join #catalyst on irc.perl.org. + +Mailing-Lists: + + http://lists.rawmode.org/mailman/listinfo/catalyst + http://lists.rawmode.org/mailman/listinfo/catalyst-dev + =head1 SEE ALSO L, L, L, @@ -188,7 +199,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