X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=10a4c990bd452166440bcdcb395f2854844b6086;hb=f1d0b7ea31572758650de7a075852fce734e3b6b;hp=bc1d5b6f4ce1d73809c1d2e6f3a0acc308d8c0c9;hpb=0ea0c2c3154fbf90a63573566b24c624b98fe6c4;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index bc1d5b6..10a4c99 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.25'; our @ISA; =head1 NAME @@ -17,22 +17,19 @@ Catalyst - The Elegant MVC Web Application Framework =head1 SYNOPSIS # use the helper to start a new application - perl /path/to/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 + script/create.pl model Something + script/create.pl view Stuff + script/create.pl controller Yada # built in testserver - perl bin/server + script/server.pl # command line interface - perl bin/test /yada - - - See also L + script/test.pl /yada use Catalyst; @@ -61,6 +58,8 @@ Catalyst - The Elegant MVC Web Application Framework } ); +See also L + =head1 DESCRIPTION Catalyst is based upon L, which you should consider for smaller @@ -176,6 +175,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, @@ -187,8 +197,9 @@ Sebastian Riedel, C =head1 THANK YOU -Danijel Milicevic, David Naughton, Gary Ashton Jones, Jesse Sheidlower, -Johan Lindstrom, Marcus Ramberg and all the others who've helped. +Andrew Ruthven, Danijel Milicevic, David Naughton, Gary Ashton Jones, +Jesse Sheidlower, Johan Lindstrom, Marcus Ramberg, Tatsuhiko Miyagawa +and all the others who've helped. =head1 LICENSE