X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=9a629fc71c3218d193fd0bf161767a279559cdad;hb=c85ff64258bd7b27ce1f6ad7a8f6094a1af5e5c6;hp=5349cb278ab9d299b7a2881bc4c14053daec7aa1;hpb=3cb1db8ca312e1a9c16cbf31543858dd98653ad1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 5349cb2..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.23'; +our $VERSION = '4.27'; 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 @@ -198,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