X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=e9c809250a1325f368e3c945a90f938bf0680f9b;hb=9a33da6aa4eb69de77c36f572e875a2529a39eef;hp=cdd9c5349f3bee10eb02dd1afa4bd1e3a24149c4;hpb=7e5adeddb832463a4c4028b4ea2ec9fdf1ddbdad;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index cdd9c53..e9c8092 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.23'; +our $VERSION = '4.25'; our @ISA; =head1 NAME @@ -32,9 +32,6 @@ Catalyst - The Elegant MVC Web Application Framework script/test.pl /yada - See also L - - use Catalyst; use Catalyst qw/My::Module My::OtherModule/; @@ -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