X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=9a629fc71c3218d193fd0bf161767a279559cdad;hb=c85ff64258bd7b27ce1f6ad7a8f6094a1af5e5c6;hp=0be104f1ea63dc26526588fab1bebd524553b472;hpb=91864987dc0e2256fe00b94853ba5b3a18f01ea2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0be104f..9a629fc 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.20'; +our $VERSION = '4.27'; our @ISA; =head1 NAME @@ -21,18 +21,15 @@ Catalyst - The Elegant MVC Web Application Framework cd MyApp # add models, views, controllers - bin/create.pl model Something - bin/create.pl view Stuff - bin/create.pl controller Yada + script/create.pl model Something + script/create.pl view Stuff + script/create.pl controller Yada # built in testserver - bin/server.pl + script/server.pl # command line interface - bin/test.pl /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, Christopher Hicks, Danijel Milicevic, David Naughton, +Gary Ashton Jones, Jesse Sheidlower, Johan Lindstrom, Marcus Ramberg, +Tatsuhiko Miyagawa and all the others who've helped. =head1 LICENSE